add the Owner Name to differentiate when merging

This commit is contained in:
罗奕斐 2018-04-17 12:05:13 +08:00
parent 74df8a0fa4
commit 7463f9d9c9
No known key found for this signature in database
GPG Key ID: 73FCDAD1593FEC34

View File

@ -40,7 +40,7 @@
<div class="scrolling menu">
{{range .HeadBranches}}
<div class="{{if eq $.HeadBranch .}}selected{{end}} item" data-url="{{$.RepoLink}}/compare/{{EscapePound $.BaseBranch}}...{{if not $.PullRequestCtx.SameRepo}}{{$.HeadUser.Name}}:{{end}}{{EscapePound .}}">{{$.HeadUser.Name}}:{{.}}</div>
{{end}}
{{end}}
</div>
</div>
</div>