mirror of
https://github.com/harness/drone.git
synced 2025-07-22 02:09:52 +00:00
19 lines
351 B
HTML
19 lines
351 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<b>@{{.Commenter.DisplayName}}</b>
|
|
commented 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> |