summaryrefslogtreecommitdiff
path: root/templates/add_intransit.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-06-22 13:00:24 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-06-22 13:00:24 +0200
commit9e346af2010f96ddc95ac6114f06b8561340250d (patch)
tree3e0071909769fc30f1c218e0793621222f2af85f /templates/add_intransit.html.ep
parentd332156b3a037ad7d60964fc68dbd2bd6b20d6af (diff)
add_intransit: allow users to specify timestamps for intermediate stops
Diffstat (limited to 'templates/add_intransit.html.ep')
-rw-r--r--templates/add_intransit.html.ep4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/add_intransit.html.ep b/templates/add_intransit.html.ep
index 77682a8..666b624 100644
--- a/templates/add_intransit.html.ep
+++ b/templates/add_intransit.html.ep
@@ -63,7 +63,9 @@
<div class="row">
<div class="input-field col s12">
%= text_area 'route', id => 'route', class => 'materialize-textarea'
- <label for="route">Halte (optional, eine Station pro Zeile, wahlweise Unterwegshalte oder komplette Route)</label>
+ <label for="route">Halte (optional)</label><br/>
+ Eine Station pro Zeile, wahlweise Unterwegshalte oder komplette Route<br/>
+ Format: <i>Name</i> oder <i>Name</i> @ <i>Zeitpunkt</i> (inkl. Datum, siehe oben)
</div>
</div>
<div class="row">