Sha256: 2258cb6915ab9e2dc0f29786189f81960328318b9e5a205bfc84ec1e39e2f103

Contents?: true

Size: 348 Bytes

Versions: 4

Compression:

Stored size: 348 Bytes

Contents

<ul class="tab-language-switch" id="<%=tab.name%>_language_swith">
  <% I18n.available_locales.each do |short_locale| %>
    <%  active = I18n.default_locale == short_locale %>
    <li class="<%=active ? "active" : ""%>" data-locale="<%=short_locale%>" data-tab="<%=tab.name%>">
      <%= short_locale.to_s.capitalize %>
    </li>
  <% end %>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lolita-translation-0.1.3 app/views/components/lolita/translation/_switch.html.erb
lolita-translation-0.1.2 app/views/components/lolita/translation/_switch.html.erb
lolita-translation-0.1.1 app/views/components/lolita/translation/_switch.html.erb
lolita-translation-0.1.0 app/views/components/lolita/translation/_switch.html.erb