1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-14 07:15:47 +00:00
gitea/templates/shared/searchinput.tmpl

2 lines
189 B
Handlebars

<input type="search" spellcheck="false" name="q" maxlength="255" placeholder="{{ctx.Locale.Tr "explore.search"}}…"{{if .Value}} value="{{.Value}}"{{end}}{{if .Disabled}} disabled{{end}}>