Sha256: ca493233d6a02c2489a3ef116ee727c2890247cdc30a57dfbbe8e0ad46dc9ce1
Contents?: true
Size: 652 Bytes
Versions: 9
Compression:
Stored size: 652 Bytes
Contents
<% if show_sort_and_per_page? and has_alternative_views? -%> <div class="view-type"> <span class="sr-only"><%= t('blacklight.search.view_title') %></span> <div class="view-type-group btn-group"> <% document_index_view_controls.each do |view, config| %> <%= link_to url_for(search_state.to_h.merge(view: view)), title: view_label(view), class: "btn btn-outline-secondary btn-icon view-type-#{ view.to_s.parameterize } #{"active" if document_index_view_type == view}" do %> <%= render_view_type_group_icon view %> <span class="caption"><%= view_label(view) %></span> <% end %> <% end %> </div> </div> <% end -%>
Version data entries
9 entries across 9 versions & 1 rubygems