We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017ea19 commit d7c7a78Copy full SHA for d7c7a78
templates/repo/issue/fields/header.tmpl
@@ -1,4 +1,4 @@
1
-{{if .item.Attributes.label}}
+{{if and (.item.Attributes.label) (not .item.Attributes.hide_label)}}
2
<h3>{{.item.Attributes.label}}{{if .item.Validations.required}}<label class="required"></label>{{end}}</h3>
3
{{end}}
4
{{if .item.Attributes.description}}
0 commit comments