You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
687 B
11 lines
687 B
= render 'conferences/page_header', :page_key => 'Conference_Registration'
|
|
|
|
%article
|
|
= row do
|
|
%h2=_'page_titles.conferences.Facilitate_Workshop'
|
|
= columns(medium: 12) do
|
|
=_('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'), 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
|
|
|