From c3f429bbaca5e5d15fee2da6a9919b0f9cfb020f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 20 Apr 2025 03:20:50 +0200 Subject: departure board: show prev/next buttons at the bottom end as well --- templates/departures.html.ep | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 6e2a98a..4be1f23 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -154,3 +154,18 @@ % } + +
+
+ % if ($dbris or $hafas) { + früher + % } +
+
+
+
+ % if ($dbris or $hafas) { + später + % } +
+
-- cgit v1.2.3