mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
podcasts added
This commit is contained in:
@@ -11,4 +11,10 @@
|
||||
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
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="flex items-center">
|
||||
<div class="flex flex-wrap items-center">
|
||||
@foreach($row->tags as $tag)
|
||||
<x-badge>{{ $tag->name }}</x-badge>
|
||||
<x-badge class="whitespace-nowrap m-1">{{ $tag->name }}</x-badge>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user