mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Policy changed
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
</x-button>
|
||||
</div>
|
||||
@endif
|
||||
@if(auth()->check() && auth()->user()->meetups->contains($row))
|
||||
@can('update', $row)
|
||||
<div>
|
||||
<x-button
|
||||
:href="route('meetup.meetup.form', ['meetup' => $row->id, 'country' => $country])"
|
||||
@@ -108,5 +108,5 @@
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@endif
|
||||
@endcan
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user