summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_title.tmpl
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2023-02-20 17:08:32 +0100
committerGitHub <noreply@github.com>2023-02-20 17:08:32 +0100
commit9aaf6998b735ad091202513c52b1d40076dd6afe (patch)
treebb2b6caa183f50fa6166b841980255d9adae92be /templates/repo/issue/view_title.tmpl
parentBump golang.org/x/net from 0.4.0 to 0.7.0 (#22980) (diff)
downloadforgejo-9aaf6998b735ad091202513c52b1d40076dd6afe.tar.xz
forgejo-9aaf6998b735ad091202513c52b1d40076dd6afe.zip
Fix pull request branch selector visible without clicking Edit (#23012)
Caused by #22950
Diffstat (limited to '')
-rw-r--r--templates/repo/issue/view_title.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl
index b43253f90b..f0ac1e021e 100644
--- a/templates/repo/issue/view_title.tmpl
+++ b/templates/repo/issue/view_title.tmpl
@@ -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>