summaryrefslogtreecommitdiff
path: root/templates/departures.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r--templates/departures.html.ep9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index 9ab4340..41e71f0 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -1,7 +1,10 @@
<div class="row">
- <div class="col s12 center-align"><b>
- %= $station
- </b></div>
+ <div class="col s12 center-align">
+ <b><%= $station %></b>
+ % for my $related_station (sort { $a->{name} cmp $b->{name} } @{$related_stations}) {
+ <br/><%= $related_station->{name} %>
+ % }
+ </div>
</div>
% my $status = $self->get_user_status;
% my $have_connections = 0;