Guest User

Untitled

a guest
Jul 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT):
  2. 56: <ul id='other_locales' style='display: none'>
  3. 57: <% ::Refinery::I18n.locales.reject{|key, value| key.to_sym == ::I18n.locale}.sort_by{|key, value| value}.each do |locale_key, locale_title| %>
  4. 58: <li>
  5. 59: <%= link_to locale_title.html_safe,
  6. 60: params.dup.tap { |p| p[:set_locale] = locale_key },
  7. 61: :style => "background-image: url('/images/refinery/icons/flags/#{locale_key}.png');" %>
  8. 62: </li>
Add Comment
Please, Sign In to add comment