forked from gitea/gitea
		
	Make issue template field template access correct template data (#26698)
Regression of #23092, the `{{$field := .}}` was missing during that refactoring.
This commit is contained in:
		
							parent
							
								
									a9ce570298
								
							
						
					
					
						commit
						4de2244697
					
				| @ -1,10 +1,9 @@ | ||||
| <div class="field"> | ||||
| 	{{template "repo/issue/fields/header" .}} | ||||
| 	{{$field := .}} | ||||
| 	{{range $i, $opt := .item.Attributes.options}} | ||||
| 		<div class="field"> | ||||
| 			<div class="ui checkbox"> | ||||
| 				<input type="checkbox" name="form-field-{{$field.ID}}-{{$i}}" {{if $opt.required}}readonly checked{{end}}> | ||||
| 				<input type="checkbox" name="form-field-{{$.item.ID}}-{{$i}}" {{if $opt.required}}readonly checked{{end}}> | ||||
| 				<label>{{$opt.label}}</label> | ||||
| 			</div> | ||||
| 		</div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 wxiaoguang
						wxiaoguang