Allow scheduling volunteers for sessions.
Also fix a small bug for admin registrations edit.
This commit is contained in:
parent
b664639817
commit
8e1d03a318
12 changed files with 110 additions and 31 deletions
|
|
@ -18,6 +18,6 @@
|
|||
You are registered for #{pluralize(@registration.events.count, 'event')}.
|
||||
They are at the end of this list.
|
||||
- @registration.events_ordered.each do |event|
|
||||
= render 'event', event: event, event_schedule: event.event_schedules.first
|
||||
= render 'conference_registrations/event', event: event, event_schedule: event.event_schedules.first
|
||||
|
||||
= render 'conferences/code_of_conduct', organization: @conference.organization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue