departure board: bigger station name
This commit is contained in:
parent
357efdae35
commit
20b791c768
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12 center-align">
|
<div class="col s12">
|
||||||
<i class="tiny material-icons "><%= param('hafas') ? 'directions' : 'train' %></i>
|
<h2><i class="material-icons "><%= param('hafas') ? 'directions' : 'train' %></i>
|
||||||
<b><%= $station %></b>
|
<%= $station %></h2>
|
||||||
% for my $related_station (sort { $a->{name} cmp $b->{name} } @{$related_stations}) {
|
% for my $related_station (sort { $a->{name} cmp $b->{name} } @{$related_stations}) {
|
||||||
<br/>+ <%= $related_station->{name} %>
|
+ <%= $related_station->{name} %> <br/>
|
||||||
% }
|
% }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue