diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-06-23 17:05:25 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-06-23 17:05:25 +0200 |
commit | e51b0922c375710985273517f8503a0c216b0c1b (patch) | |
tree | 73949e03492c52c0b06ec5d93537c630b6b3789a /templates/add_journey.html.ep | |
parent | d8603b9d852104097a65d09cdb0d104ceff6a149 (diff) |
Manual journey entry: support sched arr/dep timestamps of intermediate stops
Diffstat (limited to 'templates/add_journey.html.ep')
-rw-r--r-- | templates/add_journey.html.ep | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/add_journey.html.ep b/templates/add_journey.html.ep index f7b0f4a..cade37e 100644 --- a/templates/add_journey.html.ep +++ b/templates/add_journey.html.ep @@ -94,7 +94,9 @@ <div class="row"> <div class="input-field col s12"> %= text_area 'route', id => 'route', class => 'materialize-textarea' - <label for="route">Unterwegshalte (optional, eine Station pro Zeile)</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"> |