Kat
1 year ago
4 changed files with 24 additions and 18 deletions
@ -1,11 +1,14 @@
|
||||
<% content_for :before_content do %> |
||||
<%= govuk_back_link href: @form.back_path %> |
||||
<% end %> |
||||
|
||||
<div class="govuk-grid-row"> |
||||
<div class="govuk-grid-column-two-thirds"> |
||||
<h1 class="govuk-heading-xl">There are no more logs that need updating</h1> |
||||
</div> |
||||
</div> |
||||
<span class="govuk-caption-l">Bulk upload for lettings (<%= @bulk_upload.year_combo %>)</span> |
||||
<h1 class="govuk-heading-l">These logs are complete</h1> |
||||
|
||||
<p class="govuk-body-l"> |
||||
You’ve completed all the logs that had errors from your bulk upload. |
||||
</p> |
||||
<p class="govuk-body">You have created logs from your bulk upload, and the logs are complete. Return to lettings logs to view them.</p> |
||||
|
||||
<%= govuk_button_link_to "Back to all logs", lettings_logs_path, button: true %> |
||||
<%= govuk_button_link_to "Return to lettings logs", lettings_logs_path %> |
||||
</div> |
||||
</div> |
||||
|
@ -1,11 +1,14 @@
|
||||
<% content_for :before_content do %> |
||||
<%= govuk_back_link href: @form.back_path %> |
||||
<% end %> |
||||
|
||||
<div class="govuk-grid-row"> |
||||
<div class="govuk-grid-column-two-thirds"> |
||||
<h1 class="govuk-heading-xl">There are no more logs that need updating</h1> |
||||
</div> |
||||
</div> |
||||
<span class="govuk-caption-l">Bulk upload for sales (<%= @bulk_upload.year_combo %>)</span> |
||||
<h1 class="govuk-heading-l">These logs are complete</h1> |
||||
|
||||
<p class="govuk-body-l"> |
||||
You’ve completed all the logs that had errors from your bulk upload. |
||||
</p> |
||||
<p class="govuk-body">You have created logs from your bulk upload, and the logs are complete. Return to sales logs to view them.</p> |
||||
|
||||
<%= govuk_button_link_to "Back to all logs", sales_logs_path, button: true %> |
||||
<%= govuk_button_link_to "Return to sales logs", sales_logs_path %> |
||||
</div> |
||||
</div> |
||||
|
Loading…
Reference in new issue