mirror of
https://github.com/harness/drone.git
synced 2025-07-13 15:49:29 +00:00
19 lines
369 B
HTML
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> |