From adf7e0149a85666f6b4abcce2374d462bce7134c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sede=C3=B1o?= Date: Mon, 28 Mar 2016 23:18:35 +0200 Subject: [PATCH] Fix conference program proposal link in conference_registration.show. fix #924 --- app/views/conference_registrations/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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