Add Button that links to /admin/organizations in _admin_sidebar_index partial file located in views/layouts
This commit is contained in:
parent
808625106c
commit
2e89920954
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,11 @@
|
|||
= link_to(admin_users_path) do
|
||||
%span.fa.fa-user
|
||||
Users
|
||||
- if can? :index, Organization
|
||||
%li
|
||||
= link_to(admin_organizations_path) do
|
||||
%span.fa.fa-users
|
||||
Organizations
|
||||
- if can? :index, PaperTrail::Version
|
||||
%li
|
||||
= link_to(admin_revision_history_path) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue