summaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/mention.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-05 04:27:28 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-05 04:27:28 -0400
commit02687cbdf37be3c89005abe45c7d1f6240e339e0 (patch)
treea054383b5bfbaf64fc09d1fdc03d491640b25f6b /templates/mail/notify/mention.tmpl
parent07c3d497a7cffe12f4dae828dc8bd82980595b3c (diff)
downloadgitea-02687cbdf37be3c89005abe45c7d1f6240e339e0.tar.gz
gitea-02687cbdf37be3c89005abe45c7d1f6240e339e0.zip
Add mail notify for new collaborator
Diffstat (limited to 'templates/mail/notify/mention.tmpl')
-rw-r--r--templates/mail/notify/mention.tmpl16
1 files changed, 16 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>{{.Subject}}</title>
+</head>
+
+<body>
+ <p>{{.ActUserName}} mentioned you.</p>
+ <p>
+ ---
+ <br>
+ <a href="{{.AppUrl}}{{.IssueLink}}">View it on Gogs</a>.
+ </p>
+</body>
+</html>