drone/app/services/notification/templates/comment_mentions.html
2024-03-15 20:54:25 +00:00

19 lines
369 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<p>
<b>@{{.Commenter.DisplayName}}</b>
mentioned you in a comment on pull request
<b>#{{.Base.PullReq.Number}}:{{.Base.PullReq.Title}}</b>
</p>
<p>
{{.Text}}
</p>
<p>
<a href="{{.Base.PullReqURL}}">View pull request #{{.Base.PullReq.Number}}</a>
</p>
</body>
</html>