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