From 26220f10255a4522ed42677e5516b2085adfccb7 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Tue, 5 Jul 2022 12:32:07 +0200 Subject: [PATCH] - content improvement --- resources/js/Shared/DeployInfo.vue | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/js/Shared/DeployInfo.vue b/resources/js/Shared/DeployInfo.vue index 5189932..fecbe24 100644 --- a/resources/js/Shared/DeployInfo.vue +++ b/resources/js/Shared/DeployInfo.vue @@ -4,19 +4,8 @@ class="min-w-full p-4 text-xs text-gray-500 flex gap-x-1" >

- Wydanie: - - {{ deployInformation.slug_description ?? 'unset' }} ({{ deployInformation.release_version }}) - + Wersja: {{ deployInformation.slug_description ?? 'unset' }} ({{ deployInformation.release_version ?? 'unset' }}) @@ -27,8 +16,8 @@ class="flex flex-row gap-x-1" :class="{ 'border-l-2 border-gray-300 pl-1': isHorizontal() }" > - Data wydania: - {{ DateTime.fromISO(deployInformation.release_created_at).toLocaleString(DateTime.DATETIME_SHORT) }} + Ostatnio zbudowano: + {{ getDate() }}

Repozytorium: