|
|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<% end %> |
|
|
|
|
<h1 class="govuk-heading-l"> |
|
|
|
|
<span class="govuk-caption-l"><%= @location.postcode %></span> |
|
|
|
|
This change will affect <%= @location.lettings_logs.filter_by_before_startdate(@deactivation_date).count %> logs |
|
|
|
|
This change will affect <%= @affected_logs.count %> logs |
|
|
|
|
</h1> |
|
|
|
|
<%= govuk_warning_text text: I18n.t("warnings.location.deactivate.review_logs") %> |
|
|
|
|
<%= f.hidden_field :confirm, value: true %> |
|
|
|
|
|