aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
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) { "⇑" }
}
}
end