1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-05 14:53:16 +00:00
forgejo/templates/shared/searchinput.tmpl

1 line
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}}>