Add My Booth Requests to user menu
This commit is contained in:
parent
834e9d96e4
commit
bc45531efd
3 changed files with 7 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
- if can? :update, @conference.tickets.build
|
||||
%li{class: active_nav_li(admin_conference_tickets_path(@conference.short_title)) }
|
||||
= link_to 'Tickets', admin_conference_tickets_path(@conference.short_title)
|
||||
- if can? :manage, @conference.booths
|
||||
- if can? :manage, @conference.booths.build
|
||||
%li
|
||||
= link_to admin_conference_booths_path(@conference.short_title) do
|
||||
%span.fa.fa-shopping-bag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue