From d19c3fe265d9b3d40a0e87c72d0e1453105123f7 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 10 Nov 2025 14:43:46 +0000 Subject: [PATCH] Add a quick report link which shows at the top on mobile --- templates/service-request.html | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/templates/service-request.html b/templates/service-request.html index 139fe4cc..dc1489d1 100644 --- a/templates/service-request.html +++ b/templates/service-request.html @@ -14,6 +14,13 @@ max-height: 80px; width: auto; } +.quick-report-mobile { + background-color: #ff9800; +} +.quick-report-desktop { + background-color: #ffefd5; + border-left: 4px solid #ff9800; +} {{end}} {{define "content"}} @@ -47,6 +54,19 @@ + + +
+
+
+
+

On the go?

+ Make a Quick Report +

Report mosquito issues in under 60 seconds

+
+
+
+
@@ -101,6 +121,25 @@ + + +
+
+
+
+
+
+
Need to make a quick report?
+

Use our streamlined form to report mosquito issues in under 60 seconds

+
+ +
+
+
+
+
@@ -118,4 +157,5 @@ + {{end}}