From 3a7f3af9d5e22f2aba0a1ef8f86d8d3092f05940 Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:32:24 +0000 Subject: [PATCH 1/2] Rename error summary to legacy error summary Error summaries for pages transitioned to the GOV.UK Design System will be different to the old style ones. Rename the error summary shared partial in preparation for creating a new one for use by transitioned views. --- app/views/artefacts/new.html.erb | 2 +- app/views/downtimes/_form.html.erb | 2 +- app/views/legacy_downtimes/_form.html.erb | 2 +- app/views/licences/new.html.erb | 2 +- app/views/local_transactions/new.html.erb | 2 +- .../{_error_summary.html.erb => _legacy_error_summary.html.erb} | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename app/views/shared/{_error_summary.html.erb => _legacy_error_summary.html.erb} (100%) diff --git a/app/views/artefacts/new.html.erb b/app/views/artefacts/new.html.erb index 20a1491e9..be7bda516 100644 --- a/app/views/artefacts/new.html.erb +++ b/app/views/artefacts/new.html.erb @@ -5,7 +5,7 @@