Fix linters
This commit is contained in:
parent
157924803c
commit
536ec5b68a
18 changed files with 128 additions and 140 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 'conference_registrations/event', event: event, event_schedule: event.event_schedules.first
|
||||
= render 'conference_registrations/event', event: event, event_schedule: event.event_schedules.first, conference: @conference, registration: @registration
|
||||
|
||||
= render 'conferences/code_of_conduct', organization: @conference.organization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue