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.
10 lines
273 B
10 lines
273 B
- this_is_the_front_page
|
|
- if @conference
|
|
= render 'conferences/header'
|
|
%article
|
|
%h2=_!@conference.title
|
|
=@conference.info.html_safe
|
|
|
|
- # %article.supplementary
|
|
- # %h2=_'section_titles.bikebike.About_BikeBike'
|
|
- # %p=_'section_content.bikebike.about_bikebike', :p
|
|
|