diff options
author | Brecht Van Lommel | 2023-02-20 17:08:32 +0100 |
---|---|---|
committer | GitHub | 2023-02-21 00:08:32 +0800 |
commit | 9aaf6998b735ad091202513c52b1d40076dd6afe (patch) | |
tree | bb2b6caa183f50fa6166b841980255d9adae92be /templates | |
parent | 018815215fa08b530108f551ab58c1f1b3657799 (diff) |
Fix pull request branch selector visible without clicking Edit (#23012)
Caused by #22950
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/issue/view_title.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl index b43253f90..f0ac1e021 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> |