Browse Source

Update resume link

pull/1811/head
Kat 3 years ago
parent
commit
d760301b09
  1. 2
      app/views/bulk_upload_lettings_results/resume.html.erb
  2. 2
      app/views/bulk_upload_sales_results/resume.html.erb
  3. 2
      db/schema.rb

2
app/views/bulk_upload_lettings_results/resume.html.erb

@ -8,4 +8,4 @@
You’ve completed all the logs that had errors from your bulk upload.
</p>
<%= govuk_button_link_to "Back to all logs", lettings_logs_path, button: true %>
<%= govuk_button_link_to "Back to all logs", clear_filters_path(filter_type: "lettings_logs"), button: true %>

2
app/views/bulk_upload_sales_results/resume.html.erb

@ -8,4 +8,4 @@
You’ve completed all the logs that had errors from your bulk upload.
</p>
<%= govuk_button_link_to "Back to all logs", sales_logs_path, button: true %>
<%= govuk_button_link_to "Back to all logs", clear_filters_path(filter_type: "sales_logs"), button: true %>

2
db/schema.rb

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_07_25_081029) do
ActiveRecord::Schema[7.0].define(version: 2023_07_19_150610) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Loading…
Cancel
Save