Style canges and enabled Spanish

This commit is contained in:
Godwin
2016-05-15 12:51:50 -07:00
parent 13541537cc
commit 6ad06697c5
180 changed files with 568 additions and 59627 deletions
+1 -1
View File
@@ -9,6 +9,7 @@
= inject_css!
- (@stylesheets || []).each do |css|
= inject_css! css
= stylesheet_link_tag 'i18n-debug' if request.params['i18nDebug']
%link{ href: asset_path('favicon.ico'), rel: 'shortcut icon', type: 'image/x-icon' }
%link{ href: asset_path('favicon.ico'), rel: 'icon', type: 'image/x-icon' }
%link{ href: asset_path('apple-touch-icon.png'), rel: 'apple-touch-icon' }
@@ -36,7 +37,6 @@
#content=yield
- else
= yield
= yield :garbage
#footer
%footer= render 'shared/footer'
- if content_for?(:footer_scripts)