Resolve Error on viewing conference#show

Fix a typo in conference#show view

Closes #1920
This commit is contained in:
AnkushMalik 2018-01-04 00:37:16 +05:30 committed by Stella Rouzi
parent 0091d87dc9
commit 96b450224e

View file

@ -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