mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
tags creation added
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
<i class="fa fa-brand fa-youtube mr-2"></i>
|
<i class="fa fa-brand fa-youtube mr-2"></i>
|
||||||
{{ __('Open on Youtube') }}
|
{{ __('Open on Youtube') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
@elseif($libraryItem->type !== 'markdown_article')
|
@elseif($libraryItem->type !== 'markdown_article' && $libraryItem->type !== 'markdown_article_extern')
|
||||||
<x-button lg amber :href="$libraryItem->value" target="_blank">
|
<x-button lg amber :href="$libraryItem->value" target="_blank">
|
||||||
<i class="fa fa-thin fa-book-open mr-2"></i>
|
<i class="fa fa-thin fa-book-open mr-2"></i>
|
||||||
{{ __('Open') }}
|
{{ __('Open') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user