mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
link
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div>
|
||||
@if(str($row->value)->contains('http'))
|
||||
<x-button amber href="{{ $row->value }}" target="_blank">
|
||||
<x-button amber :href="$row->value" target="_blank">
|
||||
<i class="fa fa-thin fa-book-open mr-2"></i>
|
||||
{{ __('Open') }}
|
||||
</x-button>
|
||||
@@ -12,7 +12,7 @@
|
||||
</x-button>
|
||||
@endif
|
||||
@if($row->type === 'podcast_episode')
|
||||
<x-button amber href="{{ $row->episode->data['enclosureUrl'] }}" target="_blank">
|
||||
<x-button amber :href="$row->episode->data['enclosureUrl']" target="_blank">
|
||||
<i class="fa fa-thin fa-headphones mr-2"></i>
|
||||
{{ __('Listen') }}
|
||||
</x-button>
|
||||
|
||||
Reference in New Issue
Block a user