Skip to content

Commit 8d97cd8

Browse files
committed
Fixed bug with location edit auth
1 parent 57f0f9c commit 8d97cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/entities/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
@endif
136136

137137

138-
@if ($signedIn && ($entity->ownedBy($user) || $user->hasGroup('super_admin'))
138+
@if ($signedIn && ($entity->ownedBy($user) || $user->hasGroup('super_admin')))
139139
<a href="{!! route('entities.locations.edit', ['entity' => $entity->slug, 'location' => $location->id]) !!}" title="Edit this location.">
140140
<i class="bi bi-pencil"></i>
141141
</a>

0 commit comments

Comments
 (0)