X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/991dd8a558456b5aa669a60fd06a35270697a2ab..refs/pull/232/head:/app/Http/Controllers/SearchController.php diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php index 7c7d7b254..58ad737c4 100644 --- a/app/Http/Controllers/SearchController.php +++ b/app/Http/Controllers/SearchController.php @@ -163,7 +163,7 @@ class SearchController extends Controller $entities = $this->viewService->getPopular(20, 0, $entityNames); } - return view('partials/entity-list', ['entities' => $entities]); + return view('search/entity-ajax-list', ['entities' => $entities]); } }