aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-14 11:32:07 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-14 11:32:07 +0100
commit231dac124247c9e5ac2c76966df9eec355f49bd3 (patch)
tree4de68c7636232324db0d2108999b4efc16e97996 /cgi
parent379d27dc6e39d34ff6134e03afeb13c4fe351c60 (diff)
[toplinks] trialling new waste thing
Diffstat (limited to 'cgi')
-rw-r--r--cgi/home.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi/home.cgi b/cgi/home.cgi
index 72061b9..ecfc37e 100644
--- a/cgi/home.cgi
+++ b/cgi/home.cgi
@@ -71,6 +71,9 @@ def graphic_collection(resp)
tout += $cgi.td(class: "waste-#{events[i+1]} evening")
}
tout
+ } +
+ $cgi.tr {
+ $cgi.td(colspan: 2) { "&#x21d1;" }
}
}
end