Change paths of two buttons on conference show page
Update path of track submission btn to track#new and proposal submission to proposal#new Closes #1813, Closes #1920
This commit is contained in:
parent
fa55224163
commit
00727c190a
4 changed files with 5 additions and 5 deletions
|
|
@ -23,5 +23,5 @@
|
|||
left!
|
||||
%p.cta-button
|
||||
= 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'
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@
|
|||
left!
|
||||
%p.cta-button
|
||||
= 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')
|
||||
|
|
|
|||
|
|
@ -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