From 91f717843df959075b351c867a1b7730a555dac7 Mon Sep 17 00:00:00 2001 From: Ro Date: Tue, 29 Aug 2023 11:40:58 -0700 Subject: [PATCH] Made instance rating more explicit Added icons to better represent the status of the site visually. --- resources/views/front/listing.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/front/listing.blade.php b/resources/views/front/listing.blade.php index b2bd8de..693a2a1 100644 --- a/resources/views/front/listing.blade.php +++ b/resources/views/front/listing.blade.php @@ -7,7 +7,7 @@

Page {{$pageNum}}

PREV {{$pageNum}} of {{$totalPages}} - NEXT
+ NEXT

@foreach($locations as $location) @if($location->rating == 'silence') @@ -20,6 +20,7 @@ @endforeach +
PREV {{$pageNum}} of {{$totalPages}} NEXT