mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
Migrate first level template references to new notation
This commit is contained in:
parent
10f1bc5506
commit
9549a90e76
32 changed files with 50 additions and 50 deletions
|
@ -49,7 +49,7 @@ class ManageController extends Controller
|
|||
return $this->redirectToRoute('user_edit', ['id' => $user->getId()]);
|
||||
}
|
||||
|
||||
return $this->render('WallabagUserBundle:Manage:new.html.twig', [
|
||||
return $this->render('@WallabagUser/Manage/new.html.twig', [
|
||||
'user' => $user,
|
||||
'form' => $form->createView(),
|
||||
]);
|
||||
|
@ -94,7 +94,7 @@ class ManageController extends Controller
|
|||
return $this->redirectToRoute('user_edit', ['id' => $user->getId()]);
|
||||
}
|
||||
|
||||
return $this->render('WallabagUserBundle:Manage:edit.html.twig', [
|
||||
return $this->render('@WallabagUser/Manage/edit.html.twig', [
|
||||
'user' => $user,
|
||||
'edit_form' => $form->createView(),
|
||||
'delete_form' => $deleteForm->createView(),
|
||||
|
@ -162,7 +162,7 @@ class ManageController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
return $this->render('WallabagUserBundle:Manage:index.html.twig', [
|
||||
return $this->render('@WallabagUser/Manage/index.html.twig', [
|
||||
'searchForm' => $form->createView(),
|
||||
'users' => $pagerFanta,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue