Sha256: 7ded5578117731180f88b00d630a326c6b2d66b6955fe43ff7c437ab9231eb22
Contents?: true
Size: 353 Bytes
Versions: 13
Compression:
Stored size: 353 Bytes
Contents
<ul class="tab-language-switch" id="<%=tab.name%>_language_swith"> <% I18n.available_locales.sort.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
13 entries across 13 versions & 1 rubygems