Added paper_trail, also starting work on the scheduler
This commit is contained in:
parent
90b30db9e8
commit
f86232bedf
35 changed files with 523 additions and 32137 deletions
|
|
@ -16,6 +16,12 @@
|
|||
- else
|
||||
%li
|
||||
= link_to "Events", admin_conference_events_path(@conference.short_title)
|
||||
- if current_page?(admin_conference_schedule_path(@conference.short_title))
|
||||
%li.active
|
||||
= link_to "Schedule", "#"
|
||||
-else
|
||||
%li
|
||||
= link_to "Schedule ", admin_conference_schedule_path(@conference.short_title)
|
||||
%ul.nav.secondary-nav.pull-right
|
||||
- if !@conference.nil?
|
||||
%li.dropdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue