visibility of group fixed

This commit is contained in:
Harry Bomrah 2015-03-12 19:05:49 +08:00
parent f71b5d6bbb
commit c4be6c5f63
1 changed files with 1 additions and 1 deletions
app/views/admin/members

View File

@ -49,7 +49,7 @@
</div>
<div class="sub-nav-block" data-icons="&#xe070;">
<h4><%= t(:groups) %></h4>
<%= content_tag :ul, :class => ("nav nav-list " + visible_for_controllers('groups')) do -%>
<%= content_tag :ul, :class => ("nav nav-list ") do -%>
<%= content_tag :li, link_to((content_tag(:span, "My Groups")), admin_groups_path), :class => active_for_action('groups', 'index') %>
<%= content_tag :li, link_to((content_tag(:span, "Categories")), admin_groups_categories_path), :class => active_for_action('groups','group_category') %>
<% end -%>