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/Entry/share.html.twig | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig new file mode 100644 index 00000000..b82b3d3d --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig @@ -0,0 +1,40 @@ + + + {{ entry.title | raw }} + + + +
+

{{ entry.title | raw }}

+ {{ entry.domainName|removeWww }} +
+
+ {{ entry.content | raw }} +
+ + -- cgit v1.2.3