Godwin
9 years ago
3 changed files with 22 additions and 5 deletions
@ -1,4 +1,10 @@ |
|||
= render :partial => 'application/header', :locals => {:image_file => 'runes.jpg'} |
|||
= row do |
|||
= columns(medium: 12) do |
|||
= paragraph(_'error.locale_not_available.description', :p, @main_title_vars) |
|||
= paragraph(_'error.locale_not_available.description', :p, @main_title_vars) |
|||
%ul.locales |
|||
- @alt_lang_urls.each do |locale, url| |
|||
%li |
|||
- locale_translation = language(locale, true) |
|||
%a.button{href: url, lang: locale} |
|||
=_'translate.content.change_locale', "Read in #{locale_translation}", vars: {language: locale_translation}, locale: locale |
|||
|
Loading…
Reference in new issue