mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
library with grid
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
</x-button>
|
</x-button>
|
||||||
@endif
|
@endif
|
||||||
@if($libraryItem->type === 'downloadable_file')
|
@if($libraryItem->type === 'downloadable_file')
|
||||||
<x-button lg amber :href="$row->getFirstMediaUrl('single_file')" target="_blank">
|
<x-button lg amber :href="$libraryItem->getFirstMediaUrl('single_file')" target="_blank">
|
||||||
<i class="fa fa-thin fa-download mr-2"></i>
|
<i class="fa fa-thin fa-download mr-2"></i>
|
||||||
{{ __('Download') }}
|
{{ __('Download') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user