Browse Source

Fix lint

pull/2836/head
Manny Dinssa 2 months ago
parent
commit
2bd5c03e68
  1. 2
      app/views/locations/check_answers.html.erb

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

@ -23,7 +23,7 @@
<% row.with_key { attr[:name] } %>
<% if attr[:attribute].eql?("postcode") && @location.is_la_inferred %>
<% row.with_value do %>
<%= details_html(attr, @location)%>
<%= details_html(attr, @location) %>
<span class="govuk-!-font-weight-regular app-!-colour-muted"><%= formatted_local_authority_timeline(@location) %></span>
<% end %>
<% else %>

Loading…
Cancel
Save