]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/list-item.blade.php
Finished migrated from icon-font to SVG
[bookstack] / resources / views / chapters / list-item.blade.php
index 32c2b3952b4cf60703b924538553dd8bdee48c50..e5d8b207c85d76797d06c8f000a3c72910dea8ce 100644 (file)
@@ -21,7 +21,7 @@
 
 
     @if(!isset($hidePages) && count($chapter->pages) > 0)
-        <p chapter-toggle class="text-muted"><i class="zmdi zmdi-caret-right"></i> @icon('page') <span>{{ trans_choice('entities.x_pages', $chapter->pages->count()) }}</span></p>
+        <p chapter-toggle class="text-muted">@icon('caret-right') @icon('page') <span>{{ trans_choice('entities.x_pages', $chapter->pages->count()) }}</span></p>
         <div class="inset-list">
             @foreach($chapter->pages as $page)
                 <h5 class="@if($page->draft) draft @endif"><a href="{{ $page->getUrl() }}" class="text-page @if($page->draft) draft @endif">@icon('page'){{$page->name}}</a></h5>