From ceaced0aa29026de2a3375ce04f94ee11385c00c Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:13:19 +0000 Subject: [PATCH] Lint --- app/helpers/collection_deadline_helper.rb | 2 +- app/views/home/_upcoming_deadlines.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/helpers/collection_deadline_helper.rb b/app/helpers/collection_deadline_helper.rb index 2995f17a5..3c4f7e502 100644 --- a/app/helpers/collection_deadline_helper.rb +++ b/app/helpers/collection_deadline_helper.rb @@ -76,6 +76,6 @@ module CollectionDeadlineHelper cutoff_date: quarter[:cutoff_date], quarter_start_date: quarter[:start_date], quarter_end_date: quarter[:end_date], - ) # rubocop:disable Layout/ClosingParenthesisIndentation + ) end end diff --git a/app/views/home/_upcoming_deadlines.html.erb b/app/views/home/_upcoming_deadlines.html.erb index b03b3e99d..760bf8cb9 100644 --- a/app/views/home/_upcoming_deadlines.html.erb +++ b/app/views/home/_upcoming_deadlines.html.erb @@ -1,7 +1,7 @@
End of year deadline - <%= formatted_deadline %>: Deadline to submit logs for tenancies starting between <%= open_lettings_form.start_date.to_formatted_s(:govuk_date) %> to <%= collection_end_date(open_lettings_form.start_date).to_formatted_s(:govuk_date) %>
<% end %>