diff --git a/app/views/conference_registrations/show.html.haml b/app/views/conference_registrations/show.html.haml index 7378190c..83395846 100644 --- a/app/views/conference_registrations/show.html.haml +++ b/app/views/conference_registrations/show.html.haml @@ -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