Updates styles, translations page, links, etc
This commit is contained in:
@@ -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'
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user