mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add languages
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<x-button
|
||||
amber
|
||||
wire:click="meetupEventSearch({{ $row->id }})">
|
||||
Termine anzeigen ({{ $row->meetup_events_count }})
|
||||
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
@if($row->meetup_events_count < 1)
|
||||
<x-button
|
||||
outlined
|
||||
wire:click="meetupEventSearch({{ $row->id }})">
|
||||
Termine anzeigen ({{ $row->meetup_events_count }})
|
||||
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<a href="{{ $row->link }}" target="_blank">
|
||||
<x-badge class="whitespace-nowrap">
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
Öffnen
|
||||
{{ __('Open') }}
|
||||
</x-badge>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user