mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Improved project info page
This commit is contained in:
parent
ef6d30e04b
commit
742b2d3d48
8 changed files with 195 additions and 20 deletions
|
@ -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,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue