]> BookStack Code Mirror - bookstack/blobdiff - resources/views/partials/entity-list-item-basic.blade.php
Updated books listing to three column layout design
[bookstack] / resources / views / partials / entity-list-item-basic.blade.php
index 020522e23aeff1d1d9086458edeec3952edfc5a0..0f80d7d46d185d95fd5f1f6d6df97371b51fad99 100644 (file)
@@ -1,6 +1,6 @@
 <?php $type = $entity->getType(); ?>
 <a href="{{ $entity->getUrl() }}" class="{{$type}} {{$type === 'page' && $entity->draft ? 'draft' : ''}} {{$classes ?? ''}} entity-list-item" data-entity-type="{{$type}}" data-entity-id="{{$entity->id}}">
-    <div class="entity-icon text-{{$type}}">@icon($type)</div>
+    <div class="icon text-{{$type}}">@icon($type)</div>
     <div class="content">
             <h4 class="entity-list-item-name break-text">{{ $entity->name }}</h4>
             {{ $slot ?? '' }}