From 11a0d8d559fa57b2a13c5f21df3b0f7bab0f1241 Mon Sep 17 00:00:00 2001
From: Mark Bateman
Date: Fri, 28 Aug 2026 08:36:27 +0100
Subject: [PATCH 1/2] Footer component update
---
.../layouts/ravs-plus-layout-1-maternity.html | 51 +++++++++----------
1 file changed, 25 insertions(+), 26 deletions(-)
diff --git a/app/views/layouts/ravs-plus-layout-1-maternity.html b/app/views/layouts/ravs-plus-layout-1-maternity.html
index e331228..7248a38 100755
--- a/app/views/layouts/ravs-plus-layout-1-maternity.html
+++ b/app/views/layouts/ravs-plus-layout-1-maternity.html
@@ -50,32 +50,31 @@
- {{ footer({
- meta: {
- items: [
- {
- href: "https://guide.ravs.england.nhs.uk/maternity",
- text: "Help and support (opens in new tab)"
- },
- {
- href: "#/",
- text: "Cookies"
- },
- {
- href: "/accessibility-statement",
- text: "Accessibility statement"
- },
- {
- href: "/terms-of-use",
- text: "Terms of use"
- },
- {
- href: "/prototype-admin/reset-data",
- text: "Reset prototype test data"
- }
- ]
- }
- }) }}
+
{% endblock %}
{% block bodyEnd %}
From 6058f10c3163c56826a929d4a66f7b1d4072bffb Mon Sep 17 00:00:00 2001
From: Mark Bateman
Date: Fri, 28 Aug 2026 09:56:15 +0100
Subject: [PATCH 2/2] Rolled back as attributes applied to Nunjucks component
---
.../layouts/ravs-plus-layout-1-maternity.html | 55 ++++++++++---------
1 file changed, 30 insertions(+), 25 deletions(-)
diff --git a/app/views/layouts/ravs-plus-layout-1-maternity.html b/app/views/layouts/ravs-plus-layout-1-maternity.html
index 7248a38..9619853 100755
--- a/app/views/layouts/ravs-plus-layout-1-maternity.html
+++ b/app/views/layouts/ravs-plus-layout-1-maternity.html
@@ -50,31 +50,36 @@
-
+ {{ footer({
+ meta: {
+ items: [
+ {
+ href: "https://guide.ravs.england.nhs.uk/maternity",
+ text: "Help and support (opens in new tab)",
+ attributes: {
+ target: "_blank",
+ rel: "noopener noreferrer"
+ }
+ },
+ {
+ href: "#/",
+ text: "Cookies"
+ },
+ {
+ href: "/accessibility-statement",
+ text: "Accessibility statement"
+ },
+ {
+ href: "/terms-of-use",
+ text: "Terms of use"
+ },
+ {
+ href: "/prototype-admin/reset-data",
+ text: "Reset prototype test data"
+ }
+ ]
+ }
+ }) }}
{% endblock %}
{% block bodyEnd %}