From 6cab59c3409f4edc9b309b76295cb4061bff3fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 6 Dec 2013 14:03:14 +0100 Subject: [add] edit tags page --- themes/default/edit-tags.twig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/default/edit-tags.twig (limited to 'themes/default/edit-tags.twig') diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig new file mode 100644 index 00000000..0bd1aba7 --- /dev/null +++ b/themes/default/edit-tags.twig @@ -0,0 +1,18 @@ +{% extends "layout.twig" %} +{% block title %}edit tags{% endblock %} +{% block menu %} +{% include '_menu.twig' %} +{% endblock %} +{% block content %} +{% if tags is empty %} +no tags +{% endif %} + +
+ + {% trans "you can type several tags, separated by comma" %}
+ +
+{% endblock %} \ No newline at end of file -- cgit v1.2.3 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 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'themes/default/edit-tags.twig') 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 -- cgit v1.2.3