mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added in restriction queries for most lists
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
{{ $activity->getText() }}
|
||||
|
||||
@if($activity->entity())
|
||||
<a href="{{ $activity->entity()->getUrl() }}">{{ $activity->entity()->name }}</a>
|
||||
<a href="{{ $activity->entity->getUrl() }}">{{ $activity->entity->name }}</a>
|
||||
@endif
|
||||
|
||||
@if($activity->extra) "{{$activity->extra}}" @endif
|
||||
|
Reference in New Issue
Block a user