Resolve Error on viewing conference#show
Fix a typo in conference#show view Closes #1920
This commit is contained in:
parent
0091d87dc9
commit
96b450224e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
- if @conference.registration_open?
|
||||
= render 'registration', conference: @conference,
|
||||
registration_period: @conference.registration_period,
|
||||
tickets: @tickets, conference_id: @conference_id.short_title
|
||||
tickets: @tickets, conference_id: @conference.short_title
|
||||
- if @conference.splashpage.include_tickets && @conference.tickets.any?
|
||||
= render 'tickets', conference: @conference, tickets: @tickets
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue