From b6705084b7a72b79733edeadc63b73e19c2e21c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Sat, 6 Sep 2014 12:19:27 -0700 Subject: [PATCH] improve new/edit issue cancel button behaviour --- templates/tracker/issue_base.html | 2 +- templates/tracker/issue_edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tracker/issue_base.html b/templates/tracker/issue_base.html index db73344..ff6a6bd 100644 --- a/templates/tracker/issue_base.html +++ b/templates/tracker/issue_base.html @@ -10,7 +10,7 @@ All {% if perm.create_issue %} - New issue + New issue {% endif %} {% endblock %} diff --git a/templates/tracker/issue_edit.html b/templates/tracker/issue_edit.html index 238cb62..f945699 100644 --- a/templates/tracker/issue_edit.html +++ b/templates/tracker/issue_edit.html @@ -37,7 +37,7 @@ {% if issue %} Cancel {% else %} - Cancel + Cancel {% endif %}