diff options
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> |