From c89644ee47fc64b3f42683f2661e3c9009292957 Mon Sep 17 00:00:00 2001 From: Chris Mytton Date: Wed, 13 Nov 2024 12:33:59 +0000 Subject: [PATCH] [Surrey] Add text under happy-or-not section --- templates/web/surrey/footer_extra.html | 5 +++++ web/cobrands/surrey/base.scss | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/templates/web/surrey/footer_extra.html b/templates/web/surrey/footer_extra.html index a28bc01214e..80a86bcc382 100644 --- a/templates/web/surrey/footer_extra.html +++ b/templates/web/surrey/footer_extra.html @@ -1,5 +1,10 @@
+ [% IF c.action == 'tokens/confirm_problem' OR c.action == 'report/confirmation' %] +
+

This feedback relates to how easy it was to report and will not be included as part of your report.

+
+ [% END %]
diff --git a/web/cobrands/surrey/base.scss b/web/cobrands/surrey/base.scss index eb2e1a14bd4..da0692a76c2 100644 --- a/web/cobrands/surrey/base.scss +++ b/web/cobrands/surrey/base.scss @@ -184,6 +184,11 @@ a#geolocate_link, background: #f3f6f9; } +#happy-or-not-feedback-statement { + padding: 1em 0; + text-align: center; +} + .scc-subscribe { background-color: #e0e7cf; padding: 0.9375rem 0;