Add new page with organizer reports
This commit is contained in:
parent
8335aa8b43
commit
fabe29d2ed
4 changed files with 108 additions and 1 deletions
|
|
@ -84,6 +84,9 @@
|
|||
- if can? :update, @conference.program.schedules.build
|
||||
%li{class: active_nav_li(admin_conference_schedules_path(@conference.short_title))}
|
||||
= link_to 'Schedules', admin_conference_schedules_path(@conference.short_title)
|
||||
- if can? :update, @conference.program.events.build
|
||||
%li{:class=> active_nav_li(reports_admin_conference_program_path(@conference.short_title))}
|
||||
= link_to 'Reports', reports_admin_conference_program_path(@conference.short_title)
|
||||
|
||||
- if can? :update, Registration.new(conference_id: @conference.id)
|
||||
%li{:class=> active_nav_li(admin_conference_registrations_path(@conference.short_title))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue