Browse Source

Fixed exception on facilitate request set page

development
Godwin 8 years ago
parent
commit
1a61feec1b
  1. 2
      app/views/workshops/facilitate_request_sent.html.haml

2
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'

Loading…
Cancel
Save