From 40d926e62dbd06b897f959afdbfc96bd9f4ca04d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 11 Apr 2019 18:08:23 +0200 Subject: decrease minimum history width by hiding train number if line is available --- templates/_history_trains.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/_history_trains.html.ep') diff --git a/templates/_history_trains.html.ep b/templates/_history_trains.html.ep index a105dff..def83d6 100644 --- a/templates/_history_trains.html.ep +++ b/templates/_history_trains.html.ep @@ -15,7 +15,7 @@ % my $detail_link = '/journey/' . current_user()->{id} . '-' . $travel->{ids}->[1]; <%= $travel->{sched_departure}->strftime('%d.%m.') %> - <%= $travel->{type} %> <%= $travel->{line} // '' %> <%= $travel->{no} %> + <%= $travel->{type} %> <%= $travel->{line} // $travel->{no} %> % if (param('cancelled')) { -- cgit v1.2.3