]> BookStack Code Mirror - bookstack/blobdiff - resources/views/shelves/show.blade.php
Redesigned users list to be responsive and aligned
[bookstack] / resources / views / shelves / show.blade.php
index 37d2889563063be922a8683d60ee655787bcf7df..fe11ccfced54f6ea0ce4f9b40ef09bc3de50704b 100644 (file)
@@ -23,7 +23,7 @@
             <h1 class="flex fit-content break-text">{{ $shelf->name }}</h1>
             <div class="flex"></div>
             <div class="flex fit-content text-m-right my-m ml-m">
-                @include('entities.sort', ['options' => [
+                @include('common.sort', ['options' => [
                     'default' => trans('common.sort_default'),
                     'name' => trans('common.sort_name'),
                     'created_at' => trans('common.sort_created_at'),