mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Export Update
Updated CSV export methodology to use the Location Repo class. Also updated export links show location counts for each rating
This commit is contained in:
@ -8,17 +8,16 @@
|
||||
Heat Rating is the percentage of Current Sources that have taken action against an instance. The higher the number of Sources that have silenced and/or suspended an instance, the higher the Heat Rating.*
|
||||
<h3>For Mastodon</h3>
|
||||
|
||||
<a href="/exports/mastodon/90">Heat Rating 90%</a><br />
|
||||
<a href="/exports/mastodon/80">Heat Rating 80%</a><br />
|
||||
<a href="/exports/mastodon/70">Heat Rating 70%</a><br />
|
||||
<a href="/exports/mastodon/60">Heat Rating 60%</a><br />
|
||||
<a href="/exports/mastodon/50">Heat Rating 50%</a><br />
|
||||
<a href="/exports/mastodon/40">Heat Rating 40%</a><br />
|
||||
<a href="/exports/mastodon/30">Heat Rating 30%</a><br />
|
||||
<a href="/exports/mastodon/20">Heat Rating 20%</a><br />
|
||||
@foreach($list as $item)
|
||||
|
||||
<a href="/exports/mastodon/{{$item['heatRating']}}">Heat Rating: {{$item['heatRating']}}% - Location Count: {{$item['ratingCount']}}</a><br />
|
||||
|
||||
@endforeach
|
||||
<br />
|
||||
<i>* Heating Ratings are still a work in progress so please review list before using.</i>
|
||||
<br /><br />
|
||||
|
||||
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user