diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-14 11:24:52 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-14 11:24:52 +0100 |
commit | f2ac09402e07c5a108fb632eb9bbe0f950f5b5d9 (patch) | |
tree | 82c2059464975d3330caf71a5c96066b958ae233 /cgi/home.cgi | |
parent | e74db3d02a14742b9eb47c3bea9467858c921a38 (diff) |
[toplinks] trialling new waste thing
Diffstat (limited to 'cgi/home.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 ec600a0..264d9d1 100644 --- a/cgi/home.cgi +++ b/cgi/home.cgi @@ -58,6 +58,9 @@ def graphic_collection(resp) $cgi.table(class: "waste-table") { $cgi.tr { + $cgi.td { "&x21d3;" } + } + + $cgi.tr { tout = "" (0..27).step(2).each { |i| tout += $cgi.td(class: "waste-#{events[i]} morning") |