mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
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>
|