Merge branch 'final_volunteers' of https://github.com/differentreality/osem into differentreality-final_volunteers
Conflicts: app/models/conference.rb app/models/registration.rb app/views/admin/conference/_sidebar.html.haml app/views/conference_registration/register.html.haml
This commit is contained in:
commit
14a896842b
31 changed files with 342 additions and 43 deletions
|
|
@ -51,3 +51,7 @@
|
|||
%li.active= link_to "Questions", "#"
|
||||
- else
|
||||
%li= link_to "Questions", admin_conference_questions_path(@conference.short_title)
|
||||
- if activated == "volunteers"
|
||||
%li.active= link_to "Volunteer Options", "#"
|
||||
- else
|
||||
%li= link_to "Volunteer Options", admin_conference_volunteer_options_path(@conference.short_title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue