Fixed bugs, restyled pages, and added instructions for admin pages

This commit is contained in:
Godwin
2016-08-12 22:53:55 -07:00
parent b15552fd22
commit 30024d86b6
15 changed files with 349 additions and 518 deletions
@@ -5,7 +5,7 @@
%ul.locales
- @alt_lang_urls.each do |locale, url|
%li
- locale_translation = language(locale, true)
- locale_translation = language_name(locale, true)
%a.button{href: url, lang: locale}
=_'translate.content.change_locale', "Read in #{locale_translation}", vars: {language: locale_translation}, locale: locale
%h2= _'error.locale_not_available.volunteer.title'