summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/fields/header.tmpl
blob: fb8511b4f0bd05db2d41394b0f10091028f3b648 (plain)
1
2
3
4
5
6
{{if .Attributes.label}}
	<h3>{{.Attributes.label}}{{if .Validations.required}}<label class="required"></label>{{end}}</h3>
{{end}}
{{if .Attributes.description}}
	<span class="help">{{RenderMarkdownToHtml .Attributes.description}}</span>
{{end}}