sanger/limber

View on GitHub
app/views/search/_search_results.html.erb

Summary

Maintainability
Test Coverage
<%= content do %>
  <%= card title: search_title, css_class: 'mb-3' do %>
    <%= render partial: @search_options %>
  <% end %>

  <%= card title: 'Results', css_class: 'mb-3' , without_block: true do %>
    <%= render(partial: 'pagination', locals: {search_options: @search_options }) %>
    <%= render(partial: 'inbox', locals: { search_results: search_results }) %>
  <% end %>
<% end %>