mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
can:update,meetupEvent
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
@if(auth()->user()->can('update', $row))
|
@if(auth()->user()->can('update', $row))
|
||||||
<x-button
|
<x-button
|
||||||
primary
|
black
|
||||||
xs
|
xs
|
||||||
:href="route('meetup.event.form', ['country' => $row->meetup->city->country, 'meetupEvent' => $row])"
|
:href="route('meetup.event.form', ['country' => $row->meetup->city->country, 'meetupEvent' => $row])"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user