"You can #{govuk_link_to'review and make changes to this log',"/lettings-logs/#{log.id}/review"} until #{(log.form.end_date+1.day).to_formatted_s(:govuk_date)}.".html_safe
else
"This log is from the #{log.form.start_date.year}/#{log.form.start_date.year+1} collection window, which is now closed."
You can <%= govuk_link_to "review and make changes to this log", "/lettings-logs/#{@log.id}/review" %> until 2nd June <%= @log.collection_start_year.present? ? @log.collection_start_year + 1 : "" %>.