From 1a61feec1ba1db6bbbfb8660ba6bf0891125ddfe Mon Sep 17 00:00:00 2001 From: Godwin Date: Wed, 8 Jun 2016 22:13:14 -0700 Subject: [PATCH] Fixed exception on facilitate request set page --- app/views/workshops/facilitate_request_sent.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/workshops/facilitate_request_sent.html.haml b/app/views/workshops/facilitate_request_sent.html.haml index 28f7c78..e58b485 100644 --- a/app/views/workshops/facilitate_request_sent.html.haml +++ b/app/views/workshops/facilitate_request_sent.html.haml @@ -7,5 +7,5 @@ =m('articles.workshops.paragraphs.facilitate_request_sent','Your request has been sent. You will receive an email once your request is approved or denied or if the current facilitators have any questions.') = columns(medium: 12) do .actions - = link_to (_'actions.workshops.View'), @host + view_workshop_path(@this_conference.slug, @workshop.id), :class => 'button' + = link_to (_'actions.workshops.View'), view_workshop_path(@this_conference.slug, @workshop.id), :class => 'button' = link_to (_'actions.workshops.View_All'), register_step_path(@this_conference.slug, :wokshops), :class => 'button'