mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08:55 +00:00
changed link new template name
This commit is contained in:
parent
78c86aa7e7
commit
bf6b1ed3f6
2 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class DashboardController extends AbstractController
|
||||||
|
|
||||||
$video->setCustomId($this->uuidMapper->toString($video->getId()));
|
$video->setCustomId($this->uuidMapper->toString($video->getId()));
|
||||||
|
|
||||||
return $this->render("dashboard/newlink.html.twig", [
|
return $this->render("dashboard/link-new.html.twig", [
|
||||||
"video" => $video,
|
"video" => $video,
|
||||||
"form" => $form->createView()
|
"form" => $form->createView()
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue