BookStackApp_BookStack/resources/views/entities/icon-link.blade.php
Dan Brown d9fdecd902
Notifications: User watch list and differnt page watch options
- Adds option filtering and alternative text for page watch options.
- Adds "Watched & Ignored Items" list to user notification preferences
  page to show existing watched items.
2023-08-14 13:11:18 +01:00

7 lines
295 B
PHP

<a href="{{ $entity->getUrl() }}" class="flex-container-row items-center">
<span role="presentation"
class="icon flex-none text-{{$entity->getType()}}">@icon($entity->getType())</span>
<div class="flex text-{{ $entity->getType() }}">
{{ $entity->name }}
</div>
</a>