From f1b8d52eb3ac230ed5a275f4a844ddb0cf48041e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 16 Jul 2016 00:36:39 +0800 Subject: #2854 fix no mail notification when issue is closed/reopened --- templates/mail/notify/collaborator.tmpl | 4 ++-- templates/mail/notify/mention.tmpl | 17 ----------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 templates/mail/notify/mention.tmpl (limited to 'templates/mail/notify') diff --git a/templates/mail/notify/collaborator.tmpl b/templates/mail/notify/collaborator.tmpl index a4748093..63d56371 100644 --- a/templates/mail/notify/collaborator.tmpl +++ b/templates/mail/notify/collaborator.tmpl @@ -6,11 +6,11 @@ -

You are now a collaborator of this repository.

+

You have been added as a collaborator of repository: {{.RepoName}}

---
- View it on Gogs: {{.RepoLink}} + View it on Gogs.

diff --git a/templates/mail/notify/mention.tmpl b/templates/mail/notify/mention.tmpl deleted file mode 100644 index 048a0c9c..00000000 --- a/templates/mail/notify/mention.tmpl +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {{.Subject}} - - - -

@{{.ActUserName}} mentioned you:

-

{{.Content | Str2html}}

-

- --- -
- View it on Gogs. -

- - -- cgit v1.2.3