Merge 00727c190a into fa55224163
This commit is contained in:
commit
3c68ebf04d
4 changed files with 5 additions and 5 deletions
|
|
@ -23,5 +23,5 @@
|
||||||
left!
|
left!
|
||||||
%p.cta-button
|
%p.cta-button
|
||||||
= link_to "Submit your proposal now",
|
= link_to "Submit your proposal now",
|
||||||
conference_program_proposals_path(conference_id),
|
new_conference_program_proposal_path(conference_id),
|
||||||
class: 'btn btn-success btn-lg text-center'
|
class: 'btn btn-success btn-lg text-center'
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@
|
||||||
left!
|
left!
|
||||||
%p.cta-button
|
%p.cta-button
|
||||||
= link_to("Submit your request for track",
|
= link_to("Submit your request for track",
|
||||||
conference_program_tracks_path(conference_id),
|
new_conference_program_track_path(conference_id),
|
||||||
class: 'btn btn-success btn-lg text-center')
|
class: 'btn btn-success btn-lg text-center')
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
- if @conference.registration_open?
|
- if @conference.registration_open?
|
||||||
= render 'registration', conference: @conference,
|
= render 'registration', conference: @conference,
|
||||||
registration_period: @conference.registration_period,
|
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?
|
- if @conference.splashpage.include_tickets && @conference.tickets.any?
|
||||||
= render 'tickets', conference: @conference, tickets: @tickets
|
= render 'tickets', conference: @conference, tickets: @tickets
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue