From 78b2967e1909fa046bc5eaab0fb91085c319b3f2 Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Tue, 30 Sep 2014 18:26:20 +0200 Subject: [PATCH] Reduce mail signatures --- templates/emails/close_issue.html | 2 +- templates/emails/new_issue.html | 2 +- templates/emails/reopen_issue.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/emails/close_issue.html b/templates/emails/close_issue.html index 59a5557..a0cc2ac 100644 --- a/templates/emails/close_issue.html +++ b/templates/emails/close_issue.html @@ -1,4 +1,4 @@ Issue closed. -- -You can see the issue on PonyTracker: {{ uri }} +Issue on PonyTracker: {{ uri }} diff --git a/templates/emails/new_issue.html b/templates/emails/new_issue.html index 9bae6b8..5b0a21b 100644 --- a/templates/emails/new_issue.html +++ b/templates/emails/new_issue.html @@ -5,4 +5,4 @@ {% endif %} -- -Comment it on PonyTracker: {{ uri }} +Comment on PonyTracker: {{ uri }} diff --git a/templates/emails/reopen_issue.html b/templates/emails/reopen_issue.html index 96d8a94..8b7c593 100644 --- a/templates/emails/reopen_issue.html +++ b/templates/emails/reopen_issue.html @@ -1,4 +1,4 @@ Issue reopened. -- -You can see the issue on PonyTracker: {{ uri }} +Issue on PonyTracker: {{ uri }}