diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-11-20 17:41:21 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-11-20 17:41:21 +0100 |
commit | 57f47d2a3caf380ca32b4230e81aecf41e72c63a (patch) | |
tree | ffa61191375885daee03623d7e6ab4344a124e0c /templates/edit_journey.html.ep | |
parent | 7b0a8ad4f83a262f73964114a002c8bd9d11d131 (diff) |
allow routes to be edited after recording a journey
Diffstat (limited to 'templates/edit_journey.html.ep')
-rw-r--r-- | templates/edit_journey.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/edit_journey.html.ep b/templates/edit_journey.html.ep index d1c1d47..a77bbd4 100644 --- a/templates/edit_journey.html.ep +++ b/templates/edit_journey.html.ep @@ -76,6 +76,12 @@ </td> </tr> <tr> + <th scope="row">Route</th> + <td> + %= text_area 'route', id => 'route', class => 'materialize-textarea' + </td> + </tr> + <tr> <th scope="row">Kommentar</th> <td> %= text_field 'comment' |