diff options
Diffstat (limited to 'templates/mail/notify/repo_transfer.tmpl')
-rw-r--r-- | templates/mail/notify/repo_transfer.tmpl | 18 |
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 00000000..bc4c4b36 --- /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> |