]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
Provide a way to delete tagging rules
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Config / index.html.twig
index 993c58265eff76373779a7511e9f27798978d464..1457fe51eb486eaca51c2c7192a66880e0b45e7d 100644 (file)
                                     {% for tagging_rule in app.user.config.taggingRules %}
                                     <li>
                                         if « {{ tagging_rule.rule }} » then tag as « {{ tagging_rule.tags|join(', ') }} »
+                                        <a href="{{ path('delete_tagging_rule', {id: tagging_rule.id}) }}" title="{% trans %}Delete{% endtrans %}">
+                                            <i class="tool grey-text delete mdi-action-delete"></i>
+                                        </a>
                                     </li>
                                     {% endfor %}
                                 </ul>