From 15b9ce8f351370fbfd772248501cdbcba0e02b86 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 25 May 2023 16:28:01 +0100 Subject: [PATCH] Do not display the looping link in the review page (#1667) --- app/views/form/review.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/form/review.html.erb b/app/views/form/review.html.erb index e619da2f8..c7af8972b 100644 --- a/app/views/form/review.html.erb +++ b/app/views/form/review.html.erb @@ -12,7 +12,7 @@ <%= content_for(:title) %>

- <%= review_log_text(@log) %> + You can review and make changes to this log until <%= @log.form.end_date.to_formatted_s(:govuk_date) %>.

<% @log.form.sections.map do |section| %>

<%= section.label %>