Merge branch 'develop'

This commit is contained in:
Simon Vieille 2022-05-17 10:37:32 +02:00
commit 772767e121
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