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.
|
|
|
- page_style 'organization'
|
|
|
|
- banner_image @organization.cover_url
|
|
|
|
- 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
|
|
|
|
%h2=@organization.locations[0].city + (@organization.locations[0].territory ? ' ' + @organization.locations[0].territory : '') + ', ' + Carmen::Country.coded(@organization.locations[0].country).name
|
|
|
|
|
|
|
|
%p#notice= notice
|
|
|
|
|
|
|
|
= tabs!
|
|
|
|
|
|
|
|
.row
|
|
|
|
.columns
|
|
|
|
%h2=('About '+@organization.name)
|
|
|
|
=p @organization, :info
|