Skip to content

Commit

Permalink
hopefully this fixes #2785 once and for all
Browse files Browse the repository at this point in the history
  • Loading branch information
kclair committed Mar 21, 2011
1 parent 29a3cff commit 21fd73d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/admin/sites/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<%= f.error_messages %>
<span><i><%= flash[:notice] %></i></span>
<br />
<span><b>Disable Invisible Option:</b></span>
<span><b>Profile Options:</b></span>
<ul style="list-style-type: none;">
<li>
<%= check_box :site, :all_profiles_visible, {:checked => current_site.all_profiles_visible } %>
<%= label :all_profiles_visible, 'Checking this will disable the ability for users to make their profile invisible.' %>
<%= label :all_profiles_visible, 'Disable invisible option. Checking this will disable the ability for users to make their profile invisible.' %>
</li>
</ul>
<span><b>Profiles:</b></span>
Expand Down
4 changes: 2 additions & 2 deletions mods/super_admin/app/views/admin/sites/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<%= f.error_messages %>
<span><i><%= flash[:notice] %></i></span>
<br />
<span><b>Disable Invisible Option:</b></span>
<span><b>Profile Options:</b></span>
<ul style="list-style-type: none;">
<li>
<%= check_box :site, :all_profiles_visible, {:checked => current_site.all_profiles_visible } %>
<%= label :all_profiles_visible, 'Checking this will disable the ability for users to make their profile invisible.' %>
<%= label :all_profiles_visible, 'Disable invisible option. Checking this will disable the ability for users to make their profile invisible.' %>
</li>
</ul>
<span><b>Profiles:</b></span>
Expand Down

0 comments on commit 21fd73d

Please sign in to comment.