2019-11-16 14:57:09 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col s12">
|
2019-11-16 22:47:18 +00:00
|
|
|
% if (@{$station_coordinates}) {
|
|
|
|
Zugfahrten zwischen <%= $range_from->strftime('%d.%m.%Y') %> und <%= $range_to->strftime('%d.%m.%Y') %>
|
|
|
|
% }
|
|
|
|
% else {
|
|
|
|
Keine Zugfahrten gefunden.
|
|
|
|
% }
|
2019-11-16 14:57:09 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
%= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs
|