Skip to content

Commit 6562939

Browse files
committed
Fix pull request branch selector visible without clicking Edit
Caused by go-gitea#22950
1 parent 36d1d5f commit 6562939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_title.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{{$.locale.Tr "repo.pulls.title_desc" .NumCommits $headHref $baseHref | Safe}}
6262
</span>
6363
{{end}}
64-
<span id="pull-desc-edit gt-hidden">
64+
<span id="pull-desc-edit" class="gt-hidden">
6565
<div class="ui floating filter dropdown">
6666
<div class="ui basic small button">
6767
<span class="text">{{.locale.Tr "repo.pulls.compare_compare"}}: {{$.HeadTarget}}</span>

0 commit comments

Comments
 (0)