diff options
Diffstat (limited to 'templates/mail/issue/mention.tmpl')
-rw-r--r-- | templates/mail/issue/mention.tmpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/mail/issue/mention.tmpl b/templates/mail/issue/mention.tmpl new file mode 100644 index 0000000000..53ff367e24 --- /dev/null +++ b/templates/mail/issue/mention.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>@{{.Doer.Name}} mentioned you:</p> + <p>{{.Body | Str2html}}</p> + <p> + --- + <br> + <a href="{{.Link}}">View it on Gogs</a>. + </p> +</body> +</html>
\ No newline at end of file |