Updates styles, translations page, links, etc

This commit is contained in:
Godwin
2015-04-01 18:02:51 -07:00
parent e476457ea3
commit 37ee6cfee7
802 changed files with 45084 additions and 3280 deletions
+8
View File
@@ -0,0 +1,8 @@
- content_for :banner do
- image = image_url('grafitti.jpg')
#header-title.short{style: capable_of(:svg) ? nil : "background-image: url(#{image})"}
- if capable_of(:svg)
= render 'application/banner_image.svg', {:image => image}
%h1=_'page_titles.Translations'
%article=render 'translations/list'
+6
View File
@@ -0,0 +1,6 @@
- header_is_fixed
- content_for :banner do
#header-title.no-image
%h1=_'translate.translation_pages.Locale_Translations', @locale[:name], :vars => {:language => @locale[:name]}
=render 'translations/translation_control'
%article=render 'translations/key_wrapper'