mirror of
https://github.com/harness/drone.git
synced 2025-05-12 15:10:09 +08:00
15 lines
320 B
HTML
15 lines
320 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Pull request #{{.Base.PullReq.Number}}:{{.Base.PullReq.Title}} has been {{.State}} by <b>@{{.ChangedBy.DisplayName}}</b>
|
|
</p>
|
|
<p>
|
|
<a href="{{.Base.PullReqURL}}">View pull request #{{.Base.PullReq.Number}}</a>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |