forked from saurabh/orbit4-5
visibility of group fixed
This commit is contained in:
parent
f71b5d6bbb
commit
c4be6c5f63
app/views/admin/members
|
@ -49,7 +49,7 @@
|
|||
</div>
|
||||
<div class="sub-nav-block" data-icons="">
|
||||
<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 -%>
|
||||
|
|
Loading…
Reference in New Issue