diff --git a/app/views/locations/index.html.erb b/app/views/locations/index.html.erb index 919d2af19..ac6e3a0df 100644 --- a/app/views/locations/index.html.erb +++ b/app/views/locations/index.html.erb @@ -12,7 +12,6 @@
<%= 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| %>