|
@@ -10,7 +10,7 @@ |
|
|
<div class="ui secondary menu"> |
|
|
<div class="ui secondary menu"> |
|
|
{{if .PullRequestCtx.Allowed}} |
|
|
{{if .PullRequestCtx.Allowed}} |
|
|
<div class="fitted item"> |
|
|
<div class="fitted item"> |
|
|
<a href="{{.BaseRepo.Link}}/compare/{{.BaseRepo.DefaultBranch}}...{{.SignedUser.Name}}:{{.BranchName}}"> |
|
|
|
|
|
|
|
|
<a href="{{.BaseRepo.Link}}/compare/{{.BaseRepo.DefaultBranch}}...{{if .SignedUser.HasForkedRepo .BaseRepo.ID }}{{.SignedUser.Name}}:{{end}}{{.BranchName}}"> |
|
|
<button class="ui green small button"><i class="octicon octicon-git-compare"></i></button> |
|
|
<button class="ui green small button"><i class="octicon octicon-git-compare"></i></button> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|