mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Tightened and cleaned some list styles
This commit is contained in:
@ -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]);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user