]> BookStack Code Mirror - bookstack/blobdiff - resources/views/search/all.blade.php
Show tags of all search results
[bookstack] / resources / views / search / all.blade.php
index df137bd2a3bcbef73662ff1355b921df8d76f14c..ace721dca3acb0bfa992d289ed8fa8e6008920ad 100644 (file)
@@ -74,7 +74,7 @@
 
                     <h6 class="text-muted">{{ trans_choice('entities.search_total_results_found', $totalResults, ['count' => $totalResults]) }}</h6>
                     <div class="book-contents">
-                        @include('partials.entity-list', ['entities' => $entities, 'showPath' => true])
+                        @include('partials.entity-list', ['entities' => $entities, 'showPath' => true, 'showTags' => true])
                     </div>
 
                     @if($hasNextPage)