Skip to content

Commit 73ec4ac

Browse files
committed
Converts VagrantfileLinodeBundle to v5 design
1 parent a12e8eb commit 73ec4ac

File tree

5 files changed

+270
-277
lines changed

5 files changed

+270
-277
lines changed

src/Puphpet/Extension/VagrantfileLinodeBundle/Controller/FrontController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function indexAction(array $data, $extra = '')
1717

1818
public function syncedFolderAction()
1919
{
20-
return $this->render('PuphpetExtensionVagrantfileLinodeBundle:sections:SyncedFolder.html.twig', [
20+
return $this->render('PuphpetExtensionVagrantfileLinodeBundle:sections:synced-folder.html.twig', [
2121
'synced_folder' => $this->getData()['empty_synced_folder'],
2222
]);
2323
}

0 commit comments

Comments
 (0)