From: Nicolas LÅ“uillet Date: Tue, 18 Aug 2015 16:18:35 +0000 (+0200) Subject: fix tag view in material theme X-Git-Tag: 2.0.0-alpha.0~23^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e68d9179a1f7a5e11d417da3cba3e17e275f6a2f;p=github%2Fwallabag%2Fwallabag.git fix tag view in material theme --- 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 %}