mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Merge branch 'develop' into moiety/about
This commit is contained in:
@ -38,14 +38,21 @@
|
||||
@endisset
|
||||
<section class="index-meta">
|
||||
<article>
|
||||
<div class="index-meta">
|
||||
<label>Active Locations Tracked</label>
|
||||
<label>{{$count}}</label>
|
||||
<label>Total Sources</label>
|
||||
<label>{{$sources}}</label>
|
||||
<label>Latest Update</label>
|
||||
<label>{{$latest_date}}</label>
|
||||
</div>
|
||||
<table class="index-meta">
|
||||
<caption class="visually-hidden">Meta</caption>
|
||||
<tr>
|
||||
<th>Active Locations Tracked</th>
|
||||
<td>{{$count}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Total Sources</th>
|
||||
<td>{{$sources}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Latest Update</th>
|
||||
<td>{{$latest_date}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user