diff options
Diffstat (limited to 'templates/mail/issue/comment.tmpl')
-rw-r--r-- | templates/mail/issue/comment.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/mail/issue/comment.tmpl b/templates/mail/issue/comment.tmpl new file mode 100644 index 0000000000..5dabb51950 --- /dev/null +++ b/templates/mail/issue/comment.tmpl @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>{{.Subject}}</title> +</head> + +<body> + <p>{{.Body | Str2html}}</p> + <p> + --- + <br> + <a href="{{.Link}}">View it on Gogs</a>. + </p> +</body> +</html> |