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 eae7940 commit b0bd1eaCopy full SHA for b0bd1ea
templates/package/shared/list.tmpl
@@ -3,7 +3,7 @@
3
{{template "base/alert" .}}
4
<form class="ui form ignore-dirty search-input">
5
<div class="ui fluid action input">
6
- <input name="q" value="{{.Query}}" placeholder="{{.locale.Tr "explore.search"}}..." autofocus>
+ {{template "shared/searchinput" dict "locale" .locale "Value" .Query "AutoFocus" true}}
7
<div class="ui clearable dropdown selection">
8
<input name="type" type="hidden" value="{{$.PackageType}}">
9
{{svg "octicon-x" 14 "remove icon"}}
0 commit comments