diff --git a/app/views/locations/index.html.erb b/app/views/locations/index.html.erb index e5d3dbab8..80a3fcdc9 100644 --- a/app/views/locations/index.html.erb +++ b/app/views/locations/index.html.erb @@ -9,22 +9,19 @@ <% end %> <%= render partial: "organisations/headings", locals: { main: @scheme.service_name, sub: nil } %> +
-
-
+ <%= render partial: "locations/location_filters" %> +
<%= render SubNavigationComponent.new(items: scheme_items(request.path, @scheme.id, "Locations")) %>

Locations

+
<%= render SearchComponent.new(current_user:, search_label: "Search by location name or postcode", value: @searched) %> <%= govuk_section_break(visible: true, size: "m") %> -
-
-
- <%= render partial: "locations/location_filters" %> -
<%= govuk_table do |table| %> <%= table.caption(classes: %w[govuk-!-font-size-19 govuk-!-font-weight-regular]) do |caption| %> <%= render(SearchResultCaptionComponent.new(searched: @searched, count: @pagy.count, item_label:, total_count: @total_count, item: "locations", path: request.path)) %>