mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Added the IC logos tools from the old Part-DB version
This commit is contained in:
@@ -111,4 +111,15 @@ class ToolsController extends AbstractController
|
||||
'grouped_footprints' => $grouped_footprints,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @Route("/ic_logos", name="tools_ic_logos")
|
||||
* @return Response
|
||||
*/
|
||||
public function icLogos(): Response
|
||||
{
|
||||
$this->denyAccessUnlessGranted('@tools.ic_logos');
|
||||
|
||||
return $this->render('Tools/ICLogos/ic_logos.html.twig');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user