diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue
index cffc898..f6ee236 100644
--- a/src/components/TrainsView/TrainInfo.vue
+++ b/src/components/TrainsView/TrainInfo.vue
@@ -4,18 +4,21 @@
-
+
- {{ train.timetableData.category }} {{ train.trainNo }}
+
+ {{ train.timetableData.category }}
+
+ {{ train.trainNo }}
|
{{ train.driverName }}
- {{ train.timetableData.route.replace('|', ' - ') }}
+ {{ train.timetableData.route.replace('|', ' - ') }}
-
+
{{ train.locoType }}
@@ -40,15 +43,10 @@
{{ $t('trains.timetable-comments').toUpperCase() }}
-
-
-
- {{ train.trainNo }} |
-
- {{ $t('trains.no-timetable') }}
-
-
+
+ {{ train.locoType }}
+
@@ -68,8 +66,8 @@