mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 14:06:45 +01:00
Improved project info page
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user