Browse Source

Do not display the looping link in the review page

pull/1667/head
Kat 3 years ago
parent
commit
4d60350d34
  1. 2
      app/views/form/review.html.erb

2
app/views/form/review.html.erb

@ -12,7 +12,7 @@
<%= content_for(:title) %> <%= content_for(:title) %>
</h1> </h1>
<p class="govuk-body"> <p class="govuk-body">
<%= review_log_text(@log) %> You can review and make changes to this log until <%= @log.form.end_date.to_formatted_s(:govuk_date) %>.
</p> </p>
<% @log.form.sections.map do |section| %> <% @log.form.sections.map do |section| %>
<h2 class="govuk-heading-m"><%= section.label %></h2> <h2 class="govuk-heading-m"><%= section.label %></h2>

Loading…
Cancel
Save