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>