diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-14 11:32:07 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-14 11:32:07 +0100 |
commit | 231dac124247c9e5ac2c76966df9eec355f49bd3 (patch) | |
tree | 4de68c7636232324db0d2108999b4efc16e97996 /cgi | |
parent | 379d27dc6e39d34ff6134e03afeb13c4fe351c60 (diff) |
[toplinks] trialling new waste thing
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/home.cgi | 3 |
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) { "⇑" } } } end |