Merge pull request #925 from davidsf/fix_conf_registration_show
Fix route link in conference_registration.show
This commit is contained in:
commit
4b5fce4203
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
%ul
|
||||
- @workshops.each do |workshop|
|
||||
%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?
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue