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 7cf7a49 commit c8f4897Copy full SHA for c8f4897
templates/repo/settings/branches.tmpl
@@ -16,7 +16,7 @@
16
{{.CsrfTokenHtml}}
17
<input type="hidden" name="action" value="default_branch">
18
{{if not .Repository.IsEmpty}}
19
- <div class="ui dropdown selection gt-f1 gt-mr-3 tw-max-w-96">
+ <div class="ui dropdown selection search gt-f1 gt-mr-3 tw-max-w-96">
20
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
21
<input type="hidden" name="branch" value="{{.Repository.DefaultBranch}}">
22
<div class="default text">{{.Repository.DefaultBranch}}</div>
0 commit comments