X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fedit-tags.twig;h=bd498d26f13c43790312557c3c8aac2d3fc3c219;hb=d59536deea443f4bdac2c5cf1bfeea690810a817;hp=7116bba9f55c01c305d6f8779ad85d876713f1ed;hpb=60fc4f4b1ab37fbfe9021f3fa1395d66a4424ed2;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 7116bba9..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 type several tags, separated by comma" %}

+ - + + + +

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

+
-{% trans "back to the article" %} -{% endblock %} \ No newline at end of file +
+« {% trans "return to article" %} +{% endblock %}