1
0
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:
Dan Brown
2016-07-03 09:58:45 +01:00
parent 7b6c88f17c
commit b0a63ba0cc
9 changed files with 43 additions and 11 deletions

View File

@ -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]);
}
}