aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/StaticController.php
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-10 15:25:23 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-10 15:25:23 +0300
commit0e654f62730e233f586a4efee0d654311a498b9e (patch)
tree1774492e41b73c185a62842148806af0c35e300c /src/Wallabag/CoreBundle/Controller/StaticController.php
parent4919584b8758b23e127536b686776c1c41b3d215 (diff)
parentf48a0189290ae6dbdb0412a3abd95acd257e55cd (diff)
downloadwallabag-0e654f62730e233f586a4efee0d654311a498b9e.tar.gz
wallabag-0e654f62730e233f586a4efee0d654311a498b9e.tar.zst
wallabag-0e654f62730e233f586a4efee0d654311a498b9e.zip
Merge remote-tracking branch 'origin/v2' into v2_fix_material
# Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/StaticController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/StaticController.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/StaticController.php b/src/Wallabag/CoreBundle/Controller/StaticController.php
index 07931f58..09be1b74 100644
--- a/src/Wallabag/CoreBundle/Controller/StaticController.php
+++ b/src/Wallabag/CoreBundle/Controller/StaticController.php
@@ -8,6 +8,16 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
8class StaticController extends Controller 8class StaticController extends Controller
9{ 9{
10 /** 10 /**
11 * @Route("/howto", name="howto")
12 */
13 public function howtoAction()
14 {
15 return $this->render(
16 'WallabagCoreBundle:Static:howto.html.twig',
17 array()
18 );
19 }
20 /**
11 * @Route("/about", name="about") 21 * @Route("/about", name="about")
12 */ 22 */
13 public function aboutAction() 23 public function aboutAction()