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')) {