From e67f779b5c075a07c1fd4df6d58889af3839ff83 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 20 Oct 2022 15:23:46 +0100 Subject: [PATCH] feat: remove section-break --- app/views/organisation_relationships/housing_providers.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/organisation_relationships/housing_providers.html.erb b/app/views/organisation_relationships/housing_providers.html.erb index dc0ff0065..84f38cde6 100644 --- a/app/views/organisation_relationships/housing_providers.html.erb +++ b/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 %>