diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-05 04:27:28 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-05 04:27:28 -0400 |
commit | 02687cbdf37be3c89005abe45c7d1f6240e339e0 (patch) | |
tree | a054383b5bfbaf64fc09d1fdc03d491640b25f6b /templates/mail/notify/collaborator.tmpl | |
parent | 07c3d497a7cffe12f4dae828dc8bd82980595b3c (diff) | |
download | gitea-02687cbdf37be3c89005abe45c7d1f6240e339e0.tar.gz gitea-02687cbdf37be3c89005abe45c7d1f6240e339e0.zip |
Add mail notify for new collaborator
Diffstat (limited to 'templates/mail/notify/collaborator.tmpl')
-rw-r--r-- | templates/mail/notify/collaborator.tmpl | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>{{.Subject}}</title> +</head> + +<body> + <p>You can now push to this repository.</p> + <p> + --- + <br> + View it on Gogs: + <br> + <a href="{{.AppUrl}}{{.RepoLink}}">{{.AppUrl}}{{.RepoLink}}</a> + </p> +</body> +</html> |