mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Added Bad Space Info to index
Added some preliminary Bad Spade stats to the index to set up a space for additional information to be shared in the future. Starting with an accurate display of locations tracked, Current Sources count and last update date
This commit is contained in:
@ -57,9 +57,15 @@
|
||||
</div>
|
||||
</a>
|
||||
@endfor
|
||||
<h2>Bad Space Stats</h2>
|
||||
<strong>{{$count}}</strong><br />
|
||||
Instances being tracked.
|
||||
<h2>Info</h2>
|
||||
<div class="index-meta">
|
||||
<label>Locations Tracked</label>
|
||||
<label>{{$count}}</label>
|
||||
<label>Total Sources</label>
|
||||
<label>{{$sources}}</label>
|
||||
<label>Latest Update</label>
|
||||
<label>{{$latest_date}}</label>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user