We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9a28e commit 95c408fCopy full SHA for 95c408f
templates/repo/issue/branch_selector_field.tmpl
@@ -1,3 +1,4 @@
1
+{{if and (not .Issue.IsPull) (not .PageIsComparePull)}}
2
<input id="ref_selector" name="ref" type="hidden" value="{{.Issue.Ref}}">
3
<div class="ui {{if .ReadOnly}}disabled{{end}} floating filter select-branch dropdown" data-no-results="{{.i18n.Tr "repo.pulls.no_results"}}">
4
<div class="ui basic small button">
@@ -39,3 +40,4 @@
39
40
</div>
41
42
<div class="ui divider"></div>
43
+{{end}}
0 commit comments