mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 09:14:09 +01:00
17 lines
318 B
Cheetah
17 lines
318 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>{{.Subject}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>{{.ActUserName}} mentioned you.</p>
|
|
<p>
|
|
---
|
|
<br>
|
|
<a href="{{.AppUrl}}{{.IssueLink}}">View it on Gogs</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|