From c432fa1674fbe2b190cf0d0bab2e90302a61e98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 6 Dec 2013 15:07:51 +0100 Subject: [add] assign and remove a tag to an entry --- themes/default/edit-tags.twig | 8 +++++--- themes/default/view.twig | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'themes') diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig index 0bd1aba7..7116bba9 100644 --- a/themes/default/edit-tags.twig +++ b/themes/default/edit-tags.twig @@ -8,11 +8,13 @@ no tags {% endif %} -
+ - {% trans "you can type several tags, separated by comma" %}
+

{% trans "you can type several tags, separated by comma" %}

+
+{% trans "back to the article" %} {% endblock %} \ No newline at end of file diff --git a/themes/default/view.twig b/themes/default/view.twig index 7e096a95..64672b61 100644 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -21,7 +21,7 @@

{{ entry.title|raw }}

{{ content | raw }} -- cgit v1.2.3