[refs #2161] Remove groups from menu

This commit is contained in:
konstantin.grabar 2011-11-02 13:30:14 +04:00
parent 8a1b73886d
commit 9b80c09bfb
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@
-if current_user.can_perform?('users', 'index')
%li{:class => controller.controller_path == 'users' ? 'active' : '' }
%a{:href => users_path}= t("layout.menu.users")
-if current_user.can_perform?('groups', 'index')
%li{:class => controller.controller_path == 'groups' ? 'active' : '' }
%a{:href => groups_path}= t("layout.menu.groups")
-if current_user.can_perform?('platforms', 'index')
%li{:class => controller.controller_path == 'platforms' ? 'active' : '' }
%a{:href => platforms_path}= t("layout.menu.platforms")