From 255a39783e9e522feab5ed7ee57f88753bdd4e0d Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 11 Dec 2023 10:38:26 +0000 Subject: [PATCH] feat: update controller and rename view --- .../schemes/schemes_csv_confirmation.html.erb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 app/views/schemes/schemes_csv_confirmation.html.erb diff --git a/app/views/schemes/schemes_csv_confirmation.html.erb b/app/views/schemes/schemes_csv_confirmation.html.erb deleted file mode 100644 index 82a174c97..000000000 --- a/app/views/schemes/schemes_csv_confirmation.html.erb +++ /dev/null @@ -1,15 +0,0 @@ -<% content_for :title, "We’re sending you an email" %> -
-
- <%= govuk_panel(title_text: "We’re sending you an email") %> - -

It should arrive in a few minutes, but it could take longer.

- -

What happens next

-

Open your email inbox and click the link to download your CSV file.

- -

- <%= govuk_link_to "Return to logs", schemes_path %> -

-
-