From 2ff9991a1dfac0d3463662b96f529aac70c66f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 30 Sep 2016 09:38:08 +0200 Subject: Removed duplicated templates files --- .../views/themes/common/Static/howto.html.twig | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig new file mode 100644 index 00000000..67a10190 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig @@ -0,0 +1,46 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title %}{{ 'howto.page_title'|trans }}{% endblock %} + +{% block content %} + +
+
+
+

{{ 'howto.page_description'|trans }}

+ +
+ + + +
+
{{ 'howto.top_menu.browser_addons'|trans }}
+ +
+ + + +
+
{{ 'howto.top_menu.bookmarklet'|trans }}
+ {{ 'howto.bookmarklet.description'|trans }} + {% include '@WallabagCore/themes/common/Static/_bookmarklet.html.twig' %} +
+ +
+ +
+
+
+{% endblock %} -- cgit v1.2.3