forked from GNUsocial/gnu-social
[COMPONENTS][Search][CSS] Extra header forms now accessible through a details element. Re-organizing templates structure.
This commit is contained in:
@@ -42,7 +42,7 @@ class Search extends Controller
|
||||
$results = $query->execute();
|
||||
|
||||
return [
|
||||
'_template' => 'search_results.html.twig',
|
||||
'_template' => 'search/show.html.twig',
|
||||
'results' => $results,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user