From 3bf7f25fa9e4580d71d4b7b436b39e4102bbac79 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 12 Apr 2023 08:44:51 +0100 Subject: [PATCH] Move and rename start page --- .../{organisations/merge.html.erb => merge/start.html.erb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/views/{organisations/merge.html.erb => merge/start.html.erb} (97%) diff --git a/app/views/organisations/merge.html.erb b/app/views/merge/start.html.erb similarity index 97% rename from app/views/organisations/merge.html.erb rename to app/views/merge/start.html.erb index 9d324ced0..fa32e578a 100644 --- a/app/views/organisations/merge.html.erb +++ b/app/views/merge/start.html.erb @@ -40,7 +40,7 @@ <%= govuk_warning_text text: "You will not be able to submit your request without the above information. Do not start the form until you have obtained all of the information. " %> <%= govuk_start_button( text: "Start now", - href: "#", + href: merge_organisations_organisation_path, ) %>