mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Change paths of buttons on conference show page
Update path of track submission btn to track#new and proposal submission to proposal#new Closes #1813
This commit is contained in:
parent
61fcc262c8
commit
4e80372ac6
2 changed files with 2 additions and 2 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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue