aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/StaticController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/StaticController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/StaticController.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/StaticController.php b/src/Wallabag/CoreBundle/Controller/StaticController.php
index 09be1b74..3b844b44 100644
--- a/src/Wallabag/CoreBundle/Controller/StaticController.php
+++ b/src/Wallabag/CoreBundle/Controller/StaticController.php
@@ -10,13 +10,14 @@ class StaticController extends Controller
10 /** 10 /**
11 * @Route("/howto", name="howto") 11 * @Route("/howto", name="howto")
12 */ 12 */
13 public function howtoAction() 13 public function howtoAction()
14 { 14 {
15 return $this->render( 15 return $this->render(
16 'WallabagCoreBundle:Static:howto.html.twig', 16 'WallabagCoreBundle:Static:howto.html.twig',
17 array() 17 array()
18 ); 18 );
19 } 19 }
20
20 /** 21 /**
21 * @Route("/about", name="about") 22 * @Route("/about", name="about")
22 */ 23 */