From 20b791c7682a5ec319498174c40c4b301e9b4716 Mon Sep 17 00:00:00 2001 From: Cassidy Dingenskirchen Date: Sun, 22 Oct 2023 14:39:04 +0200 Subject: departure board: bigger station name --- templates/departures.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 021e9ca..c08e986 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -1,9 +1,9 @@
-
- <%= param('hafas') ? 'directions' : 'train' %> - <%= $station %> +
+

<%= param('hafas') ? 'directions' : 'train' %> + <%= $station %>

% for my $related_station (sort { $a->{name} cmp $b->{name} } @{$related_stations}) { -
+ <%= $related_station->{name} %> + + <%= $related_station->{name} %>
% }
-- cgit v1.2.3