From 0440249631164a378981d014bf71b617c082bf5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 21 Jan 2015 16:04:05 +0100 Subject: move templates into resources --- themes/default/edit-tags.twig | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 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 deleted file mode 100755 index c29427e0..00000000 --- a/themes/default/edit-tags.twig +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "layout.twig" %} -{% block title %}edit tags{% endblock %} -{% block menu %} -{% include '_menu.twig' %} -{% endblock %} -{% block content %} - - - - - -
-
-

{{ entry.title|raw }}

-
-
- -{% if tags is empty %} -{% trans "no tags" %} -{% endif %} - -
- - - - -

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

- -
-
-« {% trans "return to article" %} -{% endblock %} -- cgit v1.2.3