From 0821fd708ec41fc6c391fb8e4892ee7102ffe4c1 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 5 Sep 2022 23:44:36 +0200 Subject: [PATCH] =?UTF-8?q?Stylistyka=20informacji=20o=20sk=C5=82adzie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JournalView/JournalTimetablesList.vue | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/src/components/JournalView/JournalTimetablesList.vue b/src/components/JournalView/JournalTimetablesList.vue index 8c4c44f..e618289 100644 --- a/src/components/JournalView/JournalTimetablesList.vue +++ b/src/components/JournalView/JournalTimetablesList.vue @@ -95,9 +95,20 @@
- {{ `${$t('journal.stock-max-speed')}: ${timetable.maxSpeed}km/h` }} • - {{ `${$t('journal.stock-length')}: ${timetable.stockLength}m` }} • - {{ `${$t('journal.stock-mass')}: ${Math.floor(timetable.stockMass! / 1000)}t` }} + + {{ $t('journal.stock-max-speed') }} + {{ timetable.maxSpeed }}km/h + + + + {{ $t('journal.stock-length') }} + {{ timetable.stockLength }}m + + + + {{ $t('journal.stock-mass') }} + {{ Math.floor(timetable.stockMass! / 1000) }}t +