added conference wide information page and linked to the admin sidebar
This commit is contained in:
parent
710b4d26a4
commit
35afdcead4
5 changed files with 54 additions and 1 deletions
|
|
@ -136,3 +136,9 @@
|
|||
= link_to(admin_conference_roles_path(@conference.short_title)) do
|
||||
%span.fa.fa-group
|
||||
Roles
|
||||
|
||||
- if can? :show, @conference
|
||||
%li{:class=> active_nav_li(conference_wide_screen_admin_conference_path(@conference.short_title))}
|
||||
= link_to(conference_wide_screen_admin_conference_path(@conference.short_title)) do
|
||||
%span.fa.fa-expand
|
||||
Conference Wide Information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue