Browse Source

Move location text

pull/1970/head
Kat 3 years ago
parent
commit
71f8f5b03e
  1. 1
      app/views/locations/index.html.erb
  2. 2
      app/views/locations/show.html.erb

1
app/views/locations/index.html.erb

@ -12,7 +12,6 @@
<div class="app-filter-layout" data-controller="filter-layout">
<%= 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" %>
<div class="app-filter-layout__content">

2
app/views/locations/show.html.erb

@ -11,6 +11,8 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds-from-desktop">
<%= 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| %>

Loading…
Cancel
Save