Fix pull request branch selector visible without clicking Edit (#23012)
Caused by #22950
This commit is contained in:
parent
018815215f
commit
9aaf6998b7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
{{$.locale.Tr "repo.pulls.title_desc" .NumCommits $headHref $baseHref | Safe}}
|
{{$.locale.Tr "repo.pulls.title_desc" .NumCommits $headHref $baseHref | Safe}}
|
||||||
</span>
|
</span>
|
||||||
{{end}}
|
{{end}}
|
||||||
<span id="pull-desc-edit gt-hidden">
|
<span id="pull-desc-edit" class="gt-hidden">
|
||||||
<div class="ui floating filter dropdown">
|
<div class="ui floating filter dropdown">
|
||||||
<div class="ui basic small button">
|
<div class="ui basic small button">
|
||||||
<span class="text">{{.locale.Tr "repo.pulls.compare_compare"}}: {{$.HeadTarget}}</span>
|
<span class="text">{{.locale.Tr "repo.pulls.compare_compare"}}: {{$.HeadTarget}}</span>
|
||||||
|
|
Loading…
Reference in a new issue