Sha256: 09dfaab5044cd21860b9893715fb3cd037f3b425f0c6919e60a1bf53d85380a1
Contents?: true
Size: 626 Bytes
Versions: 24
Compression:
Stored size: 626 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_views.each do |view, config| %> <%= link_to url_for(search_state.to_h.merge(view: view)), title: view_label(view), class: "btn btn-default 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
24 entries across 24 versions & 1 rubygems