diff options
Diffstat (limited to 'templates')
-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' |