From e68d9179a1f7a5e11d417da3cba3e17e275f6a2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 18 Aug 2015 18:18:35 +0200 Subject: [PATCH] fix tag view in material theme --- .../views/themes/material/Tag/tags.html.twig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig new file mode 100644 index 00000000..9f92c178 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig @@ -0,0 +1,15 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title "Tags" %} + +{% block content %} +
+
{% transchoice tags.count %}{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.{% endtranschoice %}
+
+
+ +{% endblock %} -- 2.41.0