Browse Source

lint

pull/1970/head
Kat 3 years ago
parent
commit
53ade380ad
  1. 4
      app/views/locations/index.html.erb

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

@ -12,8 +12,8 @@
<div class="app-filter-layout" data-controller="filter-layout"> <div class="app-filter-layout" data-controller="filter-layout">
<%= render SubNavigationComponent.new(items: scheme_items(request.path, @scheme.id, "Locations")) %> <%= 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" %> <%= render partial: "locations/location_filters" %>
<div class="app-filter-layout__content"> <div class="app-filter-layout__content">
<h2 class="govuk-visually-hidden">Locations</h2> <h2 class="govuk-visually-hidden">Locations</h2>

Loading…
Cancel
Save