projectblacklight/blacklight

View on GitHub
app/components/blacklight/response/view_type_component.html.erb

Summary

Maintainability
Test Coverage
<div class="view-type">
  <span class="sr-only visually-hidden"><%= t('blacklight.search.view_title') %></span>
  <div class="view-type-group btn-group">
    <% views.each do |view| %>
      <%= view %>
    <% end %>
  </div>
</div>