mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
new library added
This commit is contained in:
@@ -1 +1,10 @@
|
||||
<x-button amber wire:click="lecturerSearch({{ $row->id }})">Termine anzeigen</x-button>
|
||||
<div>
|
||||
<x-button amber wire:click="lecturerSearch({{ $row->id }})">
|
||||
<i class="fa fa-thin fa-calendar mr-2"></i>
|
||||
Termine anzeigen
|
||||
</x-button>
|
||||
<x-button amber wire:click="lecturerSearch({{ $row->id }})">
|
||||
<i class="fa fa-thin fa-book mr-2"></i>
|
||||
Inhalte anzeigen
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user