download added

This commit is contained in:
Benjamin Takats
2022-12-05 21:10:21 +01:00
parent fb730402ea
commit c2f903c8bb

View File

@@ -8,7 +8,7 @@
@if($row->type === 'downloadable_file')
<x-button amber href="{{ $row->getFirstMediaUrl('single_file') }}" target="_blank">
<i class="fa fa-thin fa-download mr-2"></i>
Öffnen
Download
</x-button>
@endif
</div>