Sha256: acb30ad53b9999aeb732e0c7b6178764f3b8f5d2982b74145599c1a29e5f643d

Contents?: true

Size: 891 Bytes

Versions: 30

Compression:

Stored size: 891 Bytes

Contents

<li class="nav-item dropdown">
    <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
        <span class="sr-only"><%= t('hyrax.toolbar.language_switch') %></span>
        <span title="<%= t('hyrax.toolbar.language_switch') %>"><%= available_translations[I18n.locale.to_s] %></span>
        <b class="caret"></b>
    </a>
    <ul class="dropdown-menu" role="menu">
        <li role="presentation" class="dropdown-header"><%= t('hyrax.toolbar.language_switch') %></li>
        <li role="presentation" class="divider"></li>
        <% available_translations.each do |language, label| %>
            <li role="presentation" lang="<%= language %>">
                <%= link_to label, "?locale=#{language}", class: 'dropdown-item', role: 'menuitem', tabindex: '-1' %>
            </li>
        <% end %>
    </ul>
</li>

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/shared/_locale_picker.html.erb
hyrax-2.0.3 app/views/shared/_locale_picker.html.erb
hyrax-2.2.0 app/views/shared/_locale_picker.html.erb
hyrax-2.1.0 app/views/shared/_locale_picker.html.erb
hyrax-2.1.0.rc4 app/views/shared/_locale_picker.html.erb
hyrax-2.1.0.rc3 app/views/shared/_locale_picker.html.erb
hyrax-2.1.0.rc2 app/views/shared/_locale_picker.html.erb
hyrax-2.1.0.rc1 app/views/shared/_locale_picker.html.erb
hyrax-1.1.0 app/views/shared/_locale_picker.html.erb
hyrax-2.1.0.beta2 app/views/shared/_locale_picker.html.erb
hyrax-2.0.2 app/views/shared/_locale_picker.html.erb
hyrax-2.1.0.beta1 app/views/shared/_locale_picker.html.erb
hyrax-2.0.1 app/views/shared/_locale_picker.html.erb
hyrax-2.0.0 app/views/shared/_locale_picker.html.erb
hyrax-2.0.0.rc3 app/views/shared/_locale_picker.html.erb
hyrax-2.0.0.rc2 app/views/shared/_locale_picker.html.erb
hyrax-2.0.0.rc1 app/views/shared/_locale_picker.html.erb
hyrax-1.0.5 app/views/shared/_locale_picker.html.erb
hyrax-2.0.0.beta5 app/views/shared/_locale_picker.html.erb
hyrax-2.0.0.beta4 app/views/shared/_locale_picker.html.erb