mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
Manage
|
||||
= @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