Fix conference program proposal link in conference_registration.show. fix #924
This commit is contained in:
parent
2df6d1039f
commit
adf7e0149a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
%ul
|
%ul
|
||||||
- @workshops.each do |workshop|
|
- @workshops.each do |workshop|
|
||||||
%li
|
%li
|
||||||
= link_to workshop.title, conference_proposal_path(@conference.short_title, workshop.id)
|
= link_to workshop.title, conference_program_proposal_path(@conference.short_title, workshop.id)
|
||||||
- if @conference.tickets.any?
|
- if @conference.tickets.any?
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue