1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

add howto page

This commit is contained in:
Nicolas Lœuillet 2015-08-07 21:22:43 +02:00
parent 54139268f8
commit b7dd5f824c
4 changed files with 92 additions and 0 deletions

View file

@ -7,6 +7,16 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class StaticController extends Controller
{
/**
* @Route("/howto", name="howto")
*/
public function howtoAction()
{
return $this->render(
'WallabagCoreBundle:Static:howto.html.twig',
array()
);
}
/**
* @Route("/about", name="about")
*/