mirror of https://github.com/go-gitea/gitea.git
5 lines
466 B
Handlebars
5 lines
466 B
Handlebars
<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
|
|
{{template "repo/issue/fields/header" .}}
|
|
<input type="{{if .item.Validations.is_number}}number{{else}}text{{end}}" name="form-field-{{.item.ID}}" placeholder="{{.item.Attributes.placeholder}}" value="{{.item.Attributes.value}}" {{if .item.Validations.required}}required{{end}} {{if .item.Validations.regex}}pattern="{{.item.Validations.regex}}" title="{{.item.Validations.regex}}"{{end}}>
|
|
</div>
|