summaryrefslogtreecommitdiff
path: root/templates/history_by_month.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-07-05 18:40:23 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-07-05 18:40:23 +0200
commite5edf5b81567e1f79db64499c2ac3554d7508d81 (patch)
treed445994d53e0600832ad1f438d2dcb607f8ab77a /templates/history_by_month.html.ep
parent45771233e9db681a632aa4408cb17e379c55ff6b (diff)
parent5a65ee90d146f19999837853e8311e5b03e31af8 (diff)
Merge branch 'date-inputs' of github.com:deingithub/travelynx
Diffstat (limited to 'templates/history_by_month.html.ep')
-rw-r--r--templates/history_by_month.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/history_by_month.html.ep b/templates/history_by_month.html.ep
index c3b1004..dec4c8b 100644
--- a/templates/history_by_month.html.ep
+++ b/templates/history_by_month.html.ep
@@ -6,7 +6,7 @@
<div class="row">
<div class="col s12 m12 l12 center-align">
- <a href="/history/map?filter_from=<%= $filter_from->strftime('%d.%m.%Y') %>&amp;filter_to=<%= $filter_to->strftime('%d.%m.%Y') %>" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">map</i> Karte</a>
+ <a href="/history/map?filter_from=<%= $filter_from->strftime('%F') %>&amp;filter_to=<%= $filter_to->strftime('%F') %>" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">map</i> Karte</a>
</div>
</div>