gitea/templates/mail/issue/mention.tmpl

18 lines
297 B
Cheetah
Raw Normal View History

2014-05-05 10:27:28 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{{.Subject}}</title>
2014-05-05 10:27:28 +02:00
</head>
<body>
<p>@{{.Doer.Name}} mentioned you:</p>
<p>{{.Body | Str2html}}</p>
<p>
---
<br>
<a href="{{.Link}}">View it on Gogs</a>.
</p>
2014-05-05 10:27:28 +02:00
</body>
2016-07-23 19:08:22 +02:00
</html>