mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	[FIX] missing ctx in new_form (#27514)
added the ctx for the project link in new_form.tmpl --- 
This commit is contained in:
		@@ -134,7 +134,7 @@
 | 
			
		||||
			<span class="no-select item {{if .Project}}gt-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_projects"}}</span>
 | 
			
		||||
			<div class="selected">
 | 
			
		||||
				{{if .Project}}
 | 
			
		||||
					<a class="item muted sidebar-item-link" href="{{.Project.Link}}">
 | 
			
		||||
					<a class="item muted sidebar-item-link" href="{{.Project.Link ctx}}">
 | 
			
		||||
						{{svg .Project.IconName 18 "gt-mr-3"}}{{.Project.Title}}
 | 
			
		||||
					</a>
 | 
			
		||||
				{{end}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user