Add new page with organizer reports

This commit is contained in:
Nishanth Vijayan 2016-08-21 15:22:31 +05:30
parent 8335aa8b43
commit fabe29d2ed
4 changed files with 108 additions and 1 deletions

View file

@ -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))}