Sha256: 3b1183db6f34a74c3ade6048f916fc8746912ee0921c6edc234ca9e965f17b28

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

<ul id="locale_bar">
<% enabled_locales.each do |locale| %>
  <%= content_tag :li, link_to_locale(locale, image_tag("locales/#{locale}.png", :alt => locale_name(locale), :title => locale_name(locale))), :class => current_locale?(locale) ? 'selected' : nil %>
<% end %>
</ul>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_change_locale-0.5.3 examples/_locale_bar_with_images.html.erb
spree_change_locale-0.5.2 examples/_locale_bar_with_images.html.erb
spree_change_locale-0.5.1 examples/_locale_bar_with_images.html.erb