Skip to content

Commit b0bd1ea

Browse files
committed
fix merge
1 parent eae7940 commit b0bd1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/package/shared/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{template "base/alert" .}}
44
<form class="ui form ignore-dirty search-input">
55
<div class="ui fluid action input">
6-
<input name="q" value="{{.Query}}" placeholder="{{.locale.Tr "explore.search"}}..." autofocus>
6+
{{template "shared/searchinput" dict "locale" .locale "Value" .Query "AutoFocus" true}}
77
<div class="ui clearable dropdown selection">
88
<input name="type" type="hidden" value="{{$.PackageType}}">
99
{{svg "octicon-x" 14 "remove icon"}}

0 commit comments

Comments
 (0)