You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
410 B
7 lines
410 B
2 years ago
|
<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>
|