mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-05 19:31:02 +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
|
@ -24,7 +24,7 @@ class PocketController extends Controller
|
|||
])
|
||||
->getForm();
|
||||
|
||||
return $this->render('WallabagImportBundle:Pocket:index.html.twig', [
|
||||
return $this->render('@WallabagImport/Pocket/index.html.twig', [
|
||||
'import' => $this->getPocketImportService(),
|
||||
'has_consumer_key' => '' === trim($this->getUser()->getConfig()->getPocketConsumerKey()) ? false : true,
|
||||
'form' => $form->createView(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue