summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-11-20 17:41:21 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2019-11-20 17:41:21 +0100
commit57f47d2a3caf380ca32b4230e81aecf41e72c63a (patch)
treeffa61191375885daee03623d7e6ab4344a124e0c /templates
parent7b0a8ad4f83a262f73964114a002c8bd9d11d131 (diff)
allow routes to be edited after recording a journey
Diffstat (limited to 'templates')
-rw-r--r--templates/edit_journey.html.ep6
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'