Removed font awesome

This commit is contained in:
Godwin
2014-07-12 13:08:51 -06:00
parent 78d1db670c
commit 14005b8702
14 changed files with 165 additions and 69 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
- page_style :list
- title _'page.Organizations'
- banner_image '/assets/orgs.jpg'
- page_style :list
- content_for :banner do
.row
.columns
+1 -1
View File
@@ -1,5 +1,5 @@
- page_style 'organization'
- banner_image @organization.cover_url
- 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'])}