Sha256: 33862b7814b43c9f301b608b504f5337468665a5f30a22d2564623774299e110
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
<!-- insert_bottom '#main-nav-bar' --> <% if current_store.preferred_available_locales.many? %> <li id="locale-select" data-hook> <%= form_tag spree.set_locale_path, class: 'navbar-form' do %> <div class="form-group"> <label for="switch_to_locale" class="sr-only"> <%= Spree.t(:'i18n.language') %> </label> <%= select_tag(:switch_to_locale, options_for_select(available_locales_options, I18n.locale), class: 'form-control') %> <noscript><%= submit_tag %></noscript> </div> <% end %> </li> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_i18n-1.3.0 | app/overrides/spree/shared/_main_nav_bar/locale_selector.html.erb.deface |