Merge pull request #925 from davidsf/fix_conf_registration_show

Fix route link in conference_registration.show
This commit is contained in:
Christian Bruckmayer 2016-03-29 10:42:35 -06:00
commit 4b5fce4203

View file

@ -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