We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdc47e commit 067ae5dCopy full SHA for 067ae5d
templates/repo/home.tmpl
@@ -10,7 +10,7 @@
10
<div class="ui secondary menu">
11
{{if .PullRequestCtx.Allowed}}
12
<div class="fitted item">
13
- <a href="{{.BaseRepo.Link}}/compare/{{.BaseRepo.DefaultBranch}}...{{.PullRequestCtx.HeadInfo}}">
+ <a href="{{.BaseRepo.Link}}/compare/{{.BaseRepo.DefaultBranch}}...{{.Username}}:{{.BranchName}}">
14
<button class="ui green small button"><i class="octicon octicon-git-compare"></i></button>
15
</a>
16
</div>
0 commit comments