From 02687cbdf37be3c89005abe45c7d1f6240e339e0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 5 May 2014 04:27:28 -0400 Subject: Add mail notify for new collaborator --- templates/mail/notify/collaborator.tmpl | 18 ++++++++++++++++++ templates/mail/notify/mention.tmpl | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 templates/mail/notify/collaborator.tmpl create mode 100644 templates/mail/notify/mention.tmpl (limited to 'templates') diff --git a/templates/mail/notify/collaborator.tmpl b/templates/mail/notify/collaborator.tmpl new file mode 100644 index 0000000000..0664b4c640 --- /dev/null +++ b/templates/mail/notify/collaborator.tmpl @@ -0,0 +1,18 @@ + + + + + {{.Subject}} + + + +

You can now push to this repository.

+

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

+ + diff --git a/templates/mail/notify/mention.tmpl b/templates/mail/notify/mention.tmpl new file mode 100644 index 0000000000..be022d0dd7 --- /dev/null +++ b/templates/mail/notify/mention.tmpl @@ -0,0 +1,16 @@ + + + + + {{.Subject}} + + + +

{{.ActUserName}} mentioned you.

+

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

+ + -- cgit v1.2.3