You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
= 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)
|
|
|
|
%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
|