mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Removed Leauge CSV package, updated composer
Just some quick maintenance to keep everything lean by removing stuff that is no longer needed and grabbing the latest.
This commit is contained in:
@ -31,11 +31,10 @@
|
||||
<h2>Recent Updates</h2>
|
||||
@foreach($recent as $location)
|
||||
<a class="list-link" role="listitem" href="/location/{{$location->uuid}}">
|
||||
<span>{{$location->block_count}}</span>
|
||||
@if($location->rating == 'silence')
|
||||
|
||||
<img class="menu-icon" src="/assets/images/global/status-silence.svg" title="silenced" />
|
||||
@else
|
||||
<span>{{$location->block_count}}</span>
|
||||
<img class="menu-icon" src="/assets/images/global/status-suspend.svg" title="suspended" />
|
||||
@endif
|
||||
<label>{{$location->name}}</label>
|
||||
|
Reference in New Issue
Block a user