X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fedit-tags.twig;h=bd498d26f13c43790312557c3c8aac2d3fc3c219;hb=d59536deea443f4bdac2c5cf1bfeea690810a817;hp=53852d392687b297bbc73ec0ba039bbfa39bb3a3;hpb=b4b22940dfbb8b56422e244272d22b7741e6ce7c;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig old mode 100644 new mode 100755 index 53852d39..bd498d26 --- a/themes/default/edit-tags.twig +++ b/themes/default/edit-tags.twig @@ -4,17 +4,32 @@ {% include '_menu.twig' %} {% endblock %} {% block content %} + + + + + +
+
+

{{ entry.title|raw }}

+
+
+ {% if tags is empty %} no tags {% endif %} -
- -

{% trans "You can enter multiple tags, separated by commas." %}

+ + + +

{% trans "Start typing for auto complete." %}
+ {% trans "You can enter multiple tags, separated by commas." %}

+
-{% trans "return to article" %} +
+« {% trans "return to article" %} {% endblock %}