2016-06-22 00:04:57 -07:00
|
|
|
= render :partial => 'application/header', :locals => {:image_file => 'runes.jpg'}
|
|
|
|
= row do
|
|
|
|
= columns(medium: 12) do
|
2016-07-19 19:01:11 -07:00
|
|
|
%p= _'error.locale_not_available.description', :p, @main_title_vars
|
2016-07-01 18:37:53 -07:00
|
|
|
%ul.locales
|
|
|
|
- @alt_lang_urls.each do |locale, url|
|
|
|
|
%li
|
2016-08-12 22:53:55 -07:00
|
|
|
- locale_translation = language_name(locale, true)
|
2016-07-01 18:37:53 -07:00
|
|
|
%a.button{href: url, lang: locale}
|
|
|
|
=_'translate.content.change_locale', "Read in #{locale_translation}", vars: {language: locale_translation}, locale: locale
|
2016-07-19 19:01:11 -07:00
|
|
|
%h2= _'error.locale_not_available.volunteer.title'
|
|
|
|
%p= _'error.locale_not_available.volunteer.description'
|
2016-07-19 19:16:15 -07:00
|
|
|
= render 'contact', cancel_btn: false, contact_reason: :website, locale: :en
|