Browse Source

bulk upload cannot navigate to summary report

- as when sent to view full report the user does not have enough
  errors that need summarising
pull/1436/head
Phil Lee 3 years ago
parent
commit
9eaa1148ab
  1. 6
      app/views/bulk_upload_lettings_results/show.html.erb

6
app/views/bulk_upload_lettings_results/show.html.erb

@ -1,9 +1,3 @@
<% if BulkUploadErrorSummaryTableComponent.new(bulk_upload: @bulk_upload).errors? %>
<% content_for :before_content do %>
<%= govuk_back_link(text: "Back", href: summary_bulk_upload_lettings_result_path(@bulk_upload)) %>
<% end %>
<% end %>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<span class="govuk-caption-l">Bulk upload for lettings (<%= @bulk_upload.year_combo %>)</span>

Loading…
Cancel
Save