From 8c592bd82dfed081aee39c8c577cb648a4dd0d23 Mon Sep 17 00:00:00 2001 From: miguel456 Date: Fri, 21 Oct 2022 14:24:50 +0100 Subject: [PATCH] fix: add diff for humans in home page pos description Signed-off-by: miguel456 --- resources/views/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index e041570..1721ac5 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -25,7 +25,7 @@ {!! $position->vacancyFullDescription !!}

- {{__('Last updated @ :lastUpdatedTimeValue', [':lastUpdatedTimeValue' => $position->updated_at])}} + {{__('Last updated :lastUpdatedTimeValue', ['lastUpdatedTimeValue' => $position->updated_at->diffForHumans()])}}

@endif