Browse Source

feat: remove section-break

pull/950/head
natdeanlewissoftwire 3 years ago
parent
commit
e67f779b5c
  1. 1
      app/views/organisation_relationships/housing_providers.html.erb

1
app/views/organisation_relationships/housing_providers.html.erb

@ -19,7 +19,6 @@
<% end %>
<% if @total_count != 0 %>
<%= render SearchComponent.new(current_user:, search_label: "Search for a housing provider", value: @searched) %>
<%= govuk_section_break(visible: true, size: "m") %>
<%= render partial: "organisation_relationships/housing_provider_list", locals: { index: @housing_providers, title: "Housing providers", pagy: @pagy, searched: @searched, item_label:, total_count: @total_count } %>
<%== render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "housing providers" } %>
<% end %>

Loading…
Cancel
Save