This commit is contained in:
Shlok Srivastava 2018-03-11 19:42:58 +00:00 • committed by GitHub
commit 28aab31c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 7 deletions

View file

@ -23,6 +23,10 @@
New Conference
- if can? :index, User
%hr
%li
= link_to(admin_organizations_path) do
%span.fa.fa-group
Organizations
%li
= link_to(admin_users_path) do
%span.fa.fa-user
@ -37,8 +41,3 @@
= link_to(admin_revision_history_path) do
%span.fa.fa-history
Revision History
- if ENV['ORGANIZATIONS_ENABLED'] == 'true'
%li
= link_to(admin_organizations_path) do
%span.fa.fa-group
Organizations