From df34c58cc5190946f51a0c2d2d1d2fe159569599 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Mar 2019 19:21:52 +0100 Subject: history: move time column next to date --- templates/history.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/history.html.ep') diff --git a/templates/history.html.ep b/templates/history.html.ep index 2808660..5fc3907 100644 --- a/templates/history.html.ep +++ b/templates/history.html.ep @@ -71,9 +71,9 @@ Datum + Zeit Zug Strecke - Zeit @@ -82,8 +82,6 @@ % my $detail_link = '/journey/' . current_user()->{id} . '-' . $travel->{checkin}->epoch . '-' . $travel->{checkout}->epoch; <%= $travel->{sched_departure}->strftime('%d.%m.%Y') %> - <%= $travel->{type} %> <%= $travel->{line} // '' %> <%= $travel->{no} %> - <%= $travel->{from_name} %> → <%= $travel->{to_name} %> % if (param('cancelled') and $travel->{sched_arrival}->epoch != 0) { %= $travel->{sched_arrival}->strftime('%H:%M') @@ -109,6 +107,8 @@ % } % } + <%= $travel->{type} %> <%= $travel->{line} // '' %> <%= $travel->{no} %> + <%= $travel->{from_name} %> → <%= $travel->{to_name} %> % } % } -- cgit v1.2.3