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.
13 lines
575 B
13 lines
575 B
- this_is_the_front_page
|
|
- if @conference
|
|
= render 'conferences/header'
|
|
%article
|
|
%h2=_!@conference.title
|
|
=@conference.info.html_safe
|
|
%h3=_'acticles.conferences.headings.Proposed_Workshops'
|
|
%p=_'acticles.conferences.paragraphs.Proposed_Workshops', "Would you like to facilitate your own workshop? Simply register and visit the workshops page. If you have already registered you can access the page by restarting the registration process."
|
|
%ul.workshop-list
|
|
- @conference.workshops.each do |w|
|
|
%li
|
|
%h4=w.title
|
|
.workshop-description=markdown w.info
|
|
|