summaryrefslogtreecommitdiff
path: root/templates/history_by_year.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/history_by_year.html.ep')
-rw-r--r--templates/history_by_year.html.ep8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/history_by_year.html.ep b/templates/history_by_year.html.ep
index 9f9b022..adc4840 100644
--- a/templates/history_by_year.html.ep
+++ b/templates/history_by_year.html.ep
@@ -23,6 +23,14 @@
%= include '_history_months_for_year';
+% if (param('filter') and param('filter') eq 'single') {
+<div class="row">
+ <div class="col s12 m12 l12">
+ <p>Die folgende Auflistung enthält nur Fahrten, deren Kombination aus Start und Ziel im aktuellen Jahr einmalig ist.</p>
+ </div>
+</div>
+% }
+
% if (stash('journeys')) {
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');
% }