From c0c7b1a589b51b9fe27980ff7b5c80e56a77eb01 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 8 Apr 2019 21:20:04 +0200 Subject: Work-in-progress journey editor. Not ready for deployment. --- templates/journey.html.ep | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/journey.html.ep') diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 3b84d67..b5c24a7 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -26,6 +26,9 @@ am <%= $journey->{sched_departure}->strftime('%d.%m.%Y') %>

+ % if ($journey->{edited}) { +

Die Ankunfts- und Abfahrtsdaten wurden nachträglich bearbeitet.

+ % } @@ -141,7 +144,7 @@
%= form_for '/journey/edit' => (method => 'POST') => begin %= hidden_field 'journey_id' => param('journey_id') - %= end -- cgit v1.2.3
Zug