diff options
Diffstat (limited to 'templates/mail/notify/repo_transfer.tmpl')
-rw-r--r-- | templates/mail/notify/repo_transfer.tmpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/mail/notify/repo_transfer.tmpl b/templates/mail/notify/repo_transfer.tmpl new file mode 100644 index 0000000000..68ceded116 --- /dev/null +++ b/templates/mail/notify/repo_transfer.tmpl @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>{{.Subject}}</title> +</head> + +<body> + <p>{{.Subject}}. + To accept or reject it visit <a href="{{.Link}}">{{.Repo}}</a> or just ignore it. + <p> + --- + <br> + <a href="{{.Link}}">View it on Gitea</a>. + </p> +</body> +</html> |