mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
libraryItem forms added
This commit is contained in:
@@ -49,15 +49,6 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if(str(request()->route()->getName())->contains(['library.', 'article.']))
|
||||
<div>
|
||||
<x-button xs amber href="/nova/resources/library-items" target="_blank">
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Submit contents') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if(str(request()->route()->getName())->contains('bitcoinEvent.'))
|
||||
<div>
|
||||
<x-button xs amber href="/nova/resources/bitcoin-events" target="_blank">
|
||||
@@ -240,12 +231,6 @@
|
||||
</x-jet-responsive-nav-link>
|
||||
@endif
|
||||
|
||||
@if(str(request()->route()->getName())->contains('library.'))
|
||||
<x-jet-responsive-nav-link href="/nova/resources/library-items" :active="false">
|
||||
{{ __('Submit contents') }}
|
||||
</x-jet-responsive-nav-link>
|
||||
@endif
|
||||
|
||||
@if(str(request()->route()->getName())->contains('bitcoinEvent.'))
|
||||
<x-jet-responsive-nav-link href="/nova/resources/bitcoin-events" :active="false">
|
||||
{{ __('Register event') }}
|
||||
|
||||
Reference in New Issue
Block a user