mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 23:49:37 +00:00
d9fdecd902
- 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.
7 lines
295 B
PHP
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> |