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