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 ceede0f commit 35e5bf6Copy full SHA for 35e5bf6
templates/repo/home.tmpl
@@ -95,7 +95,7 @@
95
so do not show it when viewing file or directory to avoid misleading users (it doesn't search in a directory) */}}
96
<form class="ignore-dirty" action="{{.RepoLink}}/search" method="get">
97
<div class="ui small action input">
98
- <input name="q" value="{{.Keyword}}" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
+ <input name="q" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
99
{{template "shared/search/button"}}
100
</div>
101
</form>
0 commit comments