X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fbaggy%2Fedit-tags.twig;h=15f15560fa52941268203eee7b5cafbbb833d451;hb=650928831b547ad8a00f8d70e8d3150c3fe0597d;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..15f15560 --- 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 %}