aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/fields/textarea.tmpl
blob: 5ad82e2460846afe46b25eb7ab554a90fa82f922 (plain)
1
2
3
4
5
6
<div class="field">
	{{template "repo/issue/fields/header" .}}
	{{/* FIXME: preview markdown result */}}
	{{/* FIXME: required validation for markdown editor */}}
	<textarea name="form-field-{{.ID}}" placeholder="{{.Attributes.placeholder}}" class="edit_area {{if .Attributes.render}}no-easymde{{end}}" {{if and .Validations.required .Attributes.render}}required{{end}}>{{.Attributes.value}}</textarea>
</div>