backports murph-core

This commit is contained in:
Simon Vieille 2022-05-17 10:37:19 +02:00
commit 65c00ae29c
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 384 additions and 373 deletions

View file

@ -29,11 +29,11 @@ class DashboardAdminController extends BaseController
}
/**
* @Route("/", name="admin_custom_dashboard_index")
* @Route("/", name="admin_dashboard_index")
*/
public function index(): Response
{
return $this->render('@Core/dashboard/index.html.twig', [
return $this->render('admin/dashboard.html.twig', [
'conferences' => $this->conferenceQuery->create()->latest()->find(),
'debriefings' => $this->debriefingQuery->create()->latest()->find(),
'interventions' => $this->interventionQuery->create()->latest()->find(),

753
yarn.lock

File diff suppressed because it is too large Load diff