Fixed Marks all and added total downloads to entries.show

This commit is contained in:
2026-06-30 19:07:57 +02:00
parent 0ecb4610eb
commit f492a4d02f
2 changed files with 4 additions and 1 deletions

View File

@@ -122,6 +122,9 @@
<x-entry-meta-item label="Release Date" value="{{ $entry->release_date->format('Y-m-d') }}"
route="none"/>
@endif
@if( $entry->total_downloads )
<x-entry-meta-item label="Downloads" value="{{ $entry->total_downloads }}" route="none" />
@endif
</div>
<div class="hack-actions" style="display:flex;gap:10px;">
@if($entry->state === 'pending')