Sha256: 3b104242b56c1671d402d5d78678a1d7f6256c94bc02b1a3e761c0c4138789c1

Contents?: true

Size: 178 Bytes

Versions: 3

Compression:

Stored size: 178 Bytes

Contents

<ul id="locale_bar">
<% enabled_locales.each do |locale| %>
  <%= content_tag :li, link_to_locale(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.html.erb
spree_change_locale-0.5.2 examples/_locale_bar.html.erb
spree_change_locale-0.5.1 examples/_locale_bar.html.erb