mirror of
https://github.com/go-gitea/gitea
synced 2024-12-23 00:54:28 +00:00
Backport #32949 by wxiaoguang * Fix #32871 * Fix #32948 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
57868c2315
commit
c442c682ef
@ -1,4 +1,4 @@
|
|||||||
<button class="ui green button js-btn-clone-panel">
|
<button class="ui primary button js-btn-clone-panel">
|
||||||
<span>{{svg "octicon-code" 16}} Code</span>
|
<span>{{svg "octicon-code" 16}} Code</span>
|
||||||
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
||||||
</button>
|
</button>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
{{if .CanWriteCode}}
|
{{if .CanWriteCode}}
|
||||||
<button class="ui compact green button tw-m-0 link-action" data-url="{{.Repository.Link}}/branches/merge-upstream?branch={{.BranchName}}">
|
<button class="ui compact primary button tw-m-0 link-action" data-url="{{.Repository.Link}}/branches/merge-upstream?branch={{.BranchName}}">
|
||||||
{{ctx.Locale.Tr "repo.pulls.upstream_diverging_merge"}}
|
{{ctx.Locale.Tr "repo.pulls.upstream_diverging_merge"}}
|
||||||
</button>
|
</button>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
Reference in New Issue
Block a user