 cb3b3e519f
			
		
	
	
	
	
	cb3b3e519fFound via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor,./web_src/fomantic -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon` Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			664 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			664 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="page-content repository new issue">
 | |
| 	{{template "repo/header" .}}
 | |
| 	<div class="ui container">
 | |
| 		<div class="navbar">
 | |
| 			{{template "repo/issue/navbar" .}}
 | |
| 		</div>
 | |
| 		<div class="ui divider"></div>
 | |
| 		{{if .Flash.WarningMsg}}
 | |
| 			{{/*
 | |
| 			There's already an importing of alert.tmpl in new_form.tmpl,
 | |
| 			but only the negative message will be displayed within forms for some reasons, see semantic.css:10659.
 | |
| 			To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only.
 | |
| 			 */}}
 | |
| 			{{template "base/alert" .}}
 | |
| 		{{end}}
 | |
| 		{{template "repo/issue/new_form" .}}
 | |
| 	</div>
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |