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.
19 lines
760 B
19 lines
760 B
- location = @conference.organizations.first.locations.first
|
|
- location_name = location.city + ', ' + (location.territory ? Carmen::Country.coded(location.country).subregions.coded(location.territory).name : location.country)
|
|
|
|
- title @conference.title
|
|
- description "#{@conference.title} conference in #{location_name} for DIY bicycle collectives, co-ops, and advocacy groups"
|
|
= render 'header'
|
|
|
|
= tabs!
|
|
|
|
%article.row
|
|
.columns.large-10
|
|
%h2=('About '+@conference.title)
|
|
%p=@conference.info.html_safe
|
|
|
|
- content_for :side_bar do
|
|
%h5= @conference.title+' is hosted by:'
|
|
%ul.preview-list.org-list.small-block-grid-2.large-block-grid-1
|
|
- @conference.organizations.each do |organization|
|
|
%li=render 'organizations/preview', :organization => organization
|