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 19f2cc3 commit e39de1dCopy full SHA for e39de1d
templates/repo/issue/branch_selector_field.tmpl
@@ -10,7 +10,7 @@
10
<span class="text branch-name gt-ellipsis">{{if .Reference}}{{$.RefEndName}}{{else}}{{ctx.Locale.Tr "repo.issues.no_ref"}}{{end}}</span>
11
{{if .HasIssuesOrPullsWritePermission}}{{svg "octicon-triangle-down" 14 "dropdown icon"}}{{end}}
12
</div>
13
- <div class="menu tw-left-auto tw-right-0">
+ <div class="menu">
14
<div class="ui icon search input">
15
<i class="icon">{{svg "octicon-filter" 16}}</i>
16
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
0 commit comments