0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-03-08 17:53:03 +00:00
BookStackApp_BookStack/resources/views/entities/icon-link.blade.php

7 lines
295 B
PHP
Raw Normal View History

<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>