From: Kévin Gomez Date: Sun, 11 Oct 2015 15:37:19 +0000 (+0200) Subject: Display the tagging rules in the config X-Git-Tag: 2.0.0-alpha.1~11^2~27 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=981cacf7b97192ee5086bb94478a81bbc4246928;p=github%2Fwallabag%2Fwallabag.git Display the tagging rules in the config --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index d27a8ca6..1a8526f3 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -185,6 +185,18 @@
+
+
+
    + {% for tagging_rule in app.user.config.taggingRules %} +
  • + if « {{ tagging_rule.rule }} » then tag as « {{ tagging_rule.tags|join(', ') }} » +
  • + {% endfor %} +
+
+
+
{{ form_errors(form.pwd) }}