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.
|
|
|
= render 'conferences/page_header', :page_key => 'Workshops'
|
|
|
|
|
|
|
|
%article
|
|
|
|
= row do
|
|
|
|
= columns(medium: 12) do
|
|
|
|
%h2=_'articles.workshops.headings.Workshops'
|
|
|
|
= row do
|
|
|
|
= columns(medium: 12) do
|
|
|
|
%p=_'articles.workshops.paragraphs.Workshops', :p
|
|
|
|
= row do
|
|
|
|
= columns(medium: 12) do
|
|
|
|
%h3=_'articles.workshops.headings.Your_Workshops'
|
|
|
|
= render 'workshops/workshop_previews', :workshops => @my_workshops
|
|
|
|
= link_to (_'actions.workshops.create','New Workshop'), create_workshop_path(@this_conference.slug), class: [:button, :modify] if @conference.registration_open
|
|
|
|
= row do
|
|
|
|
= columns(medium: 12) do
|
|
|
|
%h3=_'articles.workshops.headings.All_Workshops'
|
|
|
|
= render 'workshops/workshop_previews', :workshops => @workshops
|