Fix conference program proposal link in conference_registration.show. fix #924

This commit is contained in:
David Sedeño 2016-03-28 23:18:35 +02:00
parent 2df6d1039f
commit adf7e0149a

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