|
|
@ -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> |
|
|
|