mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:45:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			342 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			342 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
<div class="field">
 | 
						|
	{{template "repo/issue/fields/header" .}}
 | 
						|
	{{range $i, $opt := .item.Attributes.options}}
 | 
						|
		<div class="field">
 | 
						|
			<div class="ui checkbox">
 | 
						|
				<input type="checkbox" name="form-field-{{$.item.ID}}-{{$i}}" {{if $opt.required}}readonly checked{{end}}>
 | 
						|
				<label>{{$opt.label}}</label>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
	{{end}}
 | 
						|
</div>
 |