Improved project info page

This commit is contained in:
Jan Böhmer 2022-12-31 14:17:46 +01:00
parent ef6d30e04b
commit 742b2d3d48
8 changed files with 195 additions and 20 deletions

View file

@ -63,7 +63,7 @@ class ProjectController extends AbstractController
return $table->getResponse();
}
return $this->render('Projects/info.html.twig', [
return $this->render('Projects/info/info.html.twig', [
'datatable' => $table,
'project' => $project,
]);