Browse Source

added search component

pull/608/head
JG 3 years ago
parent
commit
5b77601574
  1. 3
      app/views/case_logs/index.html.erb

3
app/views/case_logs/index.html.erb

@ -3,6 +3,9 @@
<h1 class="govuk-heading-l">
<%= content_for(:title) %>
</h1>
<%= render SearchComponent.new(current_user:, label: "Search by name or email address") %>
<div class="app-filter-layout" data-controller="filter-layout">
<div class="govuk-button-group app-filter-toggle">
<%= govuk_button_to "Create a new lettings log", case_logs_path %>

Loading…
Cancel
Save