From 53ade380ad9f11eb6a7c276f17376f4511f030b5 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 11 Oct 2023 09:57:37 +0100 Subject: [PATCH] lint --- app/views/locations/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/locations/index.html.erb b/app/views/locations/index.html.erb index a96af5394..919d2af19 100644 --- a/app/views/locations/index.html.erb +++ b/app/views/locations/index.html.erb @@ -12,8 +12,8 @@
<%= render SubNavigationComponent.new(items: scheme_items(request.path, @scheme.id, "Locations")) %> - <%= govuk_inset_text( text: edit_location_text(@scheme, current_user))%> - + <%= govuk_inset_text(text: edit_location_text(@scheme, current_user)) %> + <%= render partial: "locations/location_filters" %>

Locations