mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
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}}
|
||||
</span>
|
||||
{{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 basic small button">
|
||||
<span class="text">{{.locale.Tr "repo.pulls.compare_compare"}}: {{$.HeadTarget}}</span>
|
||||
|
|
Loading…
Reference in a new issue