X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=themes%2Fbaggy%2Fedit-tags.twig;h=d7c150333b3f79c9b76a98fd953059f61c3f5767;hb=d91ff81ca60cbe25e773317147855efa35a69b42;hp=9e9012eea5a6b732d4db8b72df3fcd83d741512c;hpb=99679d06884120c57f43b44e55e03595f1f87bed;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/edit-tags.twig b/themes/baggy/edit-tags.twig old mode 100644 new mode 100755 index 9e9012ee..d7c15033 --- a/themes/baggy/edit-tags.twig +++ b/themes/baggy/edit-tags.twig @@ -4,20 +4,26 @@ {% include '_menu.twig' %} {% endblock %} {% block content %} + + + + +

{{ entry.title|raw }}

{% if tags is empty %} -
no tags
+
{% trans "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" %} {% endblock %}