mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09: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