Merge pull request #526 from differentreality/users_link
Show Users link in drop down menu
This commit is contained in:
commit
7b8ce46ef1
1 changed files with 5 additions and 0 deletions
|
|
@ -37,3 +37,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