From 27fab0f57342b313c1ab30969f36cca5d11e740a Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 3 Dec 2024 14:22:05 +0000 Subject: [PATCH] Use history icon Signed-off-by: snipe --- resources/views/locations/view.blade.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php index fe725874d8..4cfdad90b7 100644 --- a/resources/views/locations/view.blade.php +++ b/resources/views/locations/view.blade.php @@ -135,22 +135,20 @@ - {{ number_format($location->components->count()) }} - + {{ number_format($location->components->count()) }} + - {{ trans('general.components') }} - + {{ trans('general.components') }} + @endif @endcan
  • - - - + + {{ trans('general.history') }}