Make private favgroups a Gold-only option. This is for consistency with private favorites and upvotes being Gold-only options. Existing Members with private favgroups are allowed to keep them, as long as they don't disable privacy. If they disable it, then they can't re-enable it again without upgrading to Gold first.
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
<div id="c-favorite-groups">
|
|
<div id="a-edit">
|
|
<h1>Edit Favorite Group: <%= @favorite_group.pretty_name %></h1>
|
|
|
|
<%= render "form" %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|