mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Don't show hidden labels when filling out an issue template (#31576)
Related to #31574 --- *Sponsored by Kithara Software GmbH*
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
{{if .item.Attributes.label}}
 | 
					{{if and (.item.Attributes.label) (not .item.Attributes.hide_label)}}
 | 
				
			||||||
	<h3>{{.item.Attributes.label}}{{if .item.Validations.required}}<label class="required"></label>{{end}}</h3>
 | 
						<h3>{{.item.Attributes.label}}{{if .item.Validations.required}}<label class="required"></label>{{end}}</h3>
 | 
				
			||||||
{{end}}
 | 
					{{end}}
 | 
				
			||||||
{{if .item.Attributes.description}}
 | 
					{{if .item.Attributes.description}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user