✨ feat(TutoController): Affiche un message si aucun tutoriel n'est trouvé.
This commit is contained in:
@@ -94,7 +94,9 @@ class TutoController extends AbstractController
|
||||
{
|
||||
$tutos = $esyWebTutoRepository->findBy(['type' => $type]);
|
||||
if(count($tutos) === 0){
|
||||
return $this->render('tuto/no_tuto.twig');
|
||||
return $this->render('tuto/no_tuto.twig',[
|
||||
'websiteTitle' => 'Tutoriels'
|
||||
]);
|
||||
}
|
||||
|
||||
return $this->render('tuto/tuto.twig', [
|
||||
|
||||
Reference in New Issue
Block a user