Browse Source

Do not display the looping link in the review page (#1667)

pull/1677/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
15b9ce8f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/form/review.html.erb

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

@ -12,7 +12,7 @@
<%= content_for(:title) %>
</h1>
<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>
<% @log.form.sections.map do |section| %>
<h2 class="govuk-heading-m"><%= section.label %></h2>

Loading…
Cancel
Save