Add Users link in drop down menu
This commit is contained in:
parent
d12ff70d6f
commit
4973effe23
1 changed files with 5 additions and 0 deletions
|
|
@ -27,3 +27,8 @@
|
||||||
%span.fa.fa-cog
|
%span.fa.fa-cog
|
||||||
Manage
|
Manage
|
||||||
= @conference.short_title
|
= @conference.short_title
|
||||||
|
- if can? :index, User
|
||||||
|
%li
|
||||||
|
= link_to(admin_users_path) do
|
||||||
|
%span.fa.fa-user
|
||||||
|
Users
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue