<%= render SubNavigationComponent.new(items: scheme_items(request.path, @scheme.id, "Locations")) %>
- <%= govuk_inset_text(text: edit_location_text(@scheme, current_user)) %>
<%= render partial: "locations/location_filters" %>
diff --git a/app/views/locations/show.html.erb b/app/views/locations/show.html.erb
index fcee0a175..5d6044f06 100644
--- a/app/views/locations/show.html.erb
+++ b/app/views/locations/show.html.erb
@@ -11,6 +11,8 @@
+ <%= govuk_inset_text(text: edit_location_text(@scheme, current_user)) %>
+
<%= govuk_summary_list do |summary_list| %>
<% display_location_attributes(@location).each do |attr| %>
<%= summary_list.row do |row| %>