aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/fields/header.tmpl
blob: 6034fed5fd23d62041f86015856d6d6bf6c89799 (plain)
1
2
3
4
5
6
{{if .item.Attributes.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}}