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
-9
View File
@@ -1,9 +0,0 @@
- page_title = _'error.404.page_title.This_Page_Does_Not_Exist'
- title page_title
- banner_title page_title
.row
%h1
=_'error.404.title','This page does not exist!'
%p
=_'error.404.description', :p
-11
View File
@@ -1,11 +0,0 @@
- has_no_content
- this_is_the_front_page
- if @conference
= render 'conferences/header'
%article
%h2=@conference.title
=@conference.info.html_safe
%article.supplementary
%h2=_'section_titles.bikebike.About_BikeBike'
%p=_'section_content.bikebike.about_bikebike', :p
@@ -1,9 +0,0 @@
- page_title = _'error.no_lang.page_title.Language_not_enabled'
- title page_title
- banner_title page_title
.row
%h1
=(_ 'language_not_yet_translated', vars: {:language => (_ ('languages.' + @lang))})
%p
=_'error.no_lang.description', :p
@@ -1,9 +0,0 @@
- page_title = _'error.403.page_title.Permission_Denied'
- title page_title
- banner_title page_title
.row
%h1
=_'error.403.title','This page is inaccessible to you'
%p
=_'error.403.description', :p
@@ -0,0 +1,10 @@
- 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'
%h1=_'translate.Translations'
%article=render 'translations/list'