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.
25 lines
1.3 KiB
25 lines
1.3 KiB
- territory = Carmen::Country.coded(@organization.locations[0].country).subregions.coded(@organization.locations[0].territory)
|
|
- location_name = @organization.locations[0].city + (territory ? ' ' + territory.name : '') + ', ' + Carmen::Country.coded(@organization.locations[0].country).name
|
|
|
|
- title @organization.name + ' (' + location_name + ')'
|
|
- description "#{@organization.name} is a bicycle collective, co-op, community bike project, or advocacy group in #{location_name}"
|
|
- banner_image @organization.cover_url, id: @organization.cover_attribution_id, name: @organization.cover_attribution_name, user_id: @organization.cover_attribution_user_id, src: @organization.cover_attribution_src
|
|
- page_style 'article'
|
|
- content_for :banner do
|
|
.row{:class => (@organization.avatar.is_landscape? ? 'landscape' : 'portrait')}
|
|
.columns{:class => (@organization.avatar.is_landscape? ? nil : ['medium-6', 'medium-push-6'])}
|
|
%figure
|
|
= image_tag(@organization.avatar.url)
|
|
.columns.info{:class => (@organization.avatar.is_landscape? ? nil : ['medium-6', 'medium-pull-6'])}
|
|
%h1=@organization.name
|
|
- territory = Carmen::Country.coded(@organization.locations[0].country).subregions.coded(@organization.locations[0].territory)
|
|
%h2=location_name
|
|
|
|
%p#notice= notice
|
|
|
|
= tabs!
|
|
|
|
%article.row
|
|
.columns.large-10
|
|
%h2=('About '+@organization.name)
|
|
=p @organization, :info
|
|
|