Merge branch 'final_questions' of https://github.com/differentreality/osem into differentreality-final_questions
Conflicts: app/models/conference.rb config/routes.rb
This commit is contained in:
commit
243ea41456
28 changed files with 342 additions and 16 deletions
|
|
@ -47,4 +47,7 @@
|
|||
%li.active= link_to "Dietary Choices", "#"
|
||||
- else
|
||||
%li= link_to "Dietary Choices", admin_conference_dietary_list_path(@conference.short_title)
|
||||
|
||||
- if activated == "Questions"
|
||||
%li.active= link_to "Questions", "#"
|
||||
- else
|
||||
%li= link_to "Questions", admin_conference_questions_path(@conference.short_title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue