mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed typo in template path
This commit is contained in:
parent
3d5bc4e514
commit
76e4002a5a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ToolsController extends AbstractController
|
|||
{
|
||||
$this->denyAccessUnlessGranted('@system.server_infos');
|
||||
|
||||
return $this->render('tools/server_infos/server_infos.html.twig ', [
|
||||
return $this->render('tools/server_infos/server_infos.html.twig', [
|
||||
//Part-DB section
|
||||
'git_branch' => $versionInfo->getGitBranchName(),
|
||||
'git_commit' => $versionInfo->getGitCommitHash(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue