From 3fd64db3be424df6025a1f0439420c332275f105 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 11 Dec 2023 09:14:28 +0000 Subject: [PATCH] feat: add csv confirmation view --- .../schemes/schemes_csv_confirmation.html.erb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create 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 new file mode 100644 index 000000000..82a174c97 --- /dev/null +++ b/app/views/schemes/schemes_csv_confirmation.html.erb @@ -0,0 +1,15 @@ +<% 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 %> +

+
+