remove non-existing Keyword

This commit is contained in:
wxiaoguang 2024-04-24 13:39:43 +08:00
parent ceede0faf6
commit 35e5bf6f06
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
so do not show it when viewing file or directory to avoid misleading users (it doesn't search in a directory) */}}
<form class="ignore-dirty" action="{{.RepoLink}}/search" method="get">
<div class="ui small action input">
<input name="q" value="{{.Keyword}}" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
<input name="q" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
{{template "shared/search/button"}}
</div>
</form>