add languages

This commit is contained in:
Benjamin Takats
2022-12-18 21:15:23 +01:00
parent 31c9a66244
commit cf6afdcb43
489 changed files with 589 additions and 36883 deletions

View File

@@ -2,19 +2,19 @@
@if(str($row->value)->contains('http'))
<x-button amber href="{{ $row->value }}" target="_blank">
<i class="fa fa-thin fa-book-open mr-2"></i>
Öffnen
{{ __('Open') }}
</x-button>
@endif
@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>
Download
{{ __('Download') }}
</x-button>
@endif
@if($row->type === 'podcast_episode')
<x-button amber href="{{ $row->episode->data['enclosureUrl'] }}" target="_blank">
<i class="fa fa-thin fa-headphones mr-2"></i>
Anhören
{{ __('Listen') }}
</x-button>
@endif
</div>