Skip to content
Snippets Groups Projects
Unverified Commit 0229768f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

history_map: also show header for custom date ranges

parent 2c229c03
No related branches found
No related tags found
No related merge requests found
<div class="row">
<div class="col s12">
% if (stash('year')) {
Alle Fahrten in <strong><%= stash('year') %></strong>
Fahrten im Jahr <strong><%= stash('year') %></strong>
% }
% elsif (param('filter_after') and param('filter_before')) {
Fahrten zwischen dem <strong><%= param('filter_after') %></strong> und dem <strong><%= param('filter_before') %></strong>
% }
% elsif (@{$station_coordinates}) {
Alle bisherigen Fahrten
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment