Browse Source

added search bar

pull/648/head
JG 3 years ago
parent
commit
d125db2f58
  1. 4
      app/views/schemes/index.html.erb

4
app/views/schemes/index.html.erb

@ -1,5 +1,9 @@
<%= render partial: "organisations/headings", locals: { main: "Supported housing services", sub: nil } %>
<%= render SearchComponent.new(current_user:, search_label: "Search by service name or code", value: @searched) %>
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--m">
<section class="app-table-group" tabindex="0">
<%= govuk_table do |table| %>
<%= table.head do |head| %>

Loading…
Cancel
Save