summaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/repo_transfer.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/notify/repo_transfer.tmpl')
-rw-r--r--templates/mail/notify/repo_transfer.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/mail/notify/repo_transfer.tmpl b/templates/mail/notify/repo_transfer.tmpl
new file mode 100644
index 0000000..bc4c4b3
--- /dev/null
+++ b/templates/mail/notify/repo_transfer.tmpl
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+
+{{$url := HTMLFormat "<a href='%[1]s'>%[2]s</a>" .Link .Repo}}
+<body>
+ <p>{{.Subject}}.
+ {{.locale.Tr "mail.repo.transfer.body" $url}}
+ </p>
+ <p>
+ ---
+ <br>
+ <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
+ </p>
+</body>
+</html>