libraryItem forms added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-11 20:13:16 +01:00
parent fbb1a781cc
commit b528f509dd
24 changed files with 576 additions and 53 deletions

View File

@@ -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') }}