From 7ac6d22b4faee90e98589fb827708a84f6e77bfc Mon Sep 17 00:00:00 2001
From: Cassidy Dingenskirchen
Date: Sun, 29 Jun 2025 16:47:53 +0200
Subject: /history/map: date inputs
---
templates/history_map.html.ep | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'templates')
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep
index c2ff9ed..6620cb2 100644
--- a/templates/history_map.html.ep
+++ b/templates/history_map.html.ep
@@ -88,14 +88,14 @@
- %= text_field 'filter_from', id => 'filter_from', class => 'validate', pattern => '[0-9][0-9]?[.][0-9][0-9]?[.][0-9][0-9][0-9][0-9]( +[0-9][0-9]:[0-9][0-9])?'
-
+ %= date_field 'filter_from', id => 'filter_from', class => 'validate'
+
- %= text_field 'filter_to', id => 'filter_to', class => 'validate', pattern => '[0-9][0-9]?[.][0-9][0-9]?[.][0-9][0-9][0-9][0-9]( +[0-9][0-9]:[0-9][0-9])?'
-
+ %= date_field 'filter_to', id => 'filter_to', class => 'validate'
+
--
cgit v1.2.3