Merge branch 'develop'
This commit is contained in:
commit
772767e121
3 changed files with 384 additions and 373 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue