Sha256: 66f92f14c15dd3465d5b52bbd3a6cb8965083f76daae121b192e068bef2dbe3a
Contents?: true
Size: 634 Bytes
Versions: 19
Compression:
Stored size: 634 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-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
19 entries across 19 versions & 1 rubygems