Made instance rating more explicit

Added icons to better represent the status of the site visually.
remotes/alcapurrias/about-updates
Ro 2023-08-29 11:40:58 -07:00
parent 2b24751782
commit 91f717843d
No known key found for this signature in database
GPG Key ID: 29B551CDBD4D3B50
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h2>Page {{$pageNum}}</h2>
<a href="/listings/{{$prev}}">PREV</a>
{{$pageNum}} of {{$totalPages}}
<a href="/listings/{{$next}}">NEXT</a><br />
<a href="/listings/{{$next}}">NEXT</a><br /><br />
@foreach($locations as $location)
<a class="list-link" role="listitem" href="/location/{{$location->uuid}}">
@if($location->rating == 'silence')
@ -20,6 +20,7 @@
<label>{{$location->name}}</label>
</a>
@endforeach
<br />
<a href="/listings/{{$prev}}">PREV</a>
{{$pageNum}} of {{$totalPages}}
<a href="/listings/{{$next}}">NEXT</a>