mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 18:28:49 +02:00
Use a green box for part creation dialog.
This commit is contained in:
parent
2d18014b35
commit
c9e0f550d9
4 changed files with 13 additions and 4 deletions
|
@ -110,7 +110,7 @@ class PartController extends AbstractController
|
|||
}
|
||||
|
||||
|
||||
return $this->render('edit_part_info.html.twig',
|
||||
return $this->render('new_part.html.twig',
|
||||
[
|
||||
"part" => $new_part,
|
||||
"form" => $form->createView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue