diff options
Diffstat (limited to 'templates/add_journey.html.ep')
-rw-r--r-- | templates/add_journey.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/add_journey.html.ep b/templates/add_journey.html.ep index 58cd68b..c3bc01c 100644 --- a/templates/add_journey.html.ep +++ b/templates/add_journey.html.ep @@ -78,6 +78,12 @@ </div> <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, DS100 möglich)</label> + </div> + </div> + <div class="row"> + <div class="input-field col s12"> %= text_field 'comment' <label for="comment">Kommentar</label> </div> |