init
This commit is contained in:
6
templates/repo/issue/fields/header.tmpl
Normal file
6
templates/repo/issue/fields/header.tmpl
Normal file
@ -0,0 +1,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}}
|
Reference in New Issue
Block a user