mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	Fix context bug (#22940)
Fix https://try.gitea.io/wxiaoguang/test/issues/19
This commit is contained in:
		
							parent
							
								
									aa45777c92
								
							
						
					
					
						commit
						f196da12db
					
				@ -213,7 +213,7 @@
 | 
				
			|||||||
							{{end}}
 | 
												{{end}}
 | 
				
			||||||
						</span>
 | 
											</span>
 | 
				
			||||||
					{{else}}
 | 
										{{else}}
 | 
				
			||||||
						{{template "shared/user/avatarlink"  "user" .Assignee}}
 | 
											{{template "shared/user/avatarlink" Dict "Context" $.Context "user" .Assignee}}
 | 
				
			||||||
						<span class="text grey muted-links">
 | 
											<span class="text grey muted-links">
 | 
				
			||||||
							{{template "shared/user/authorlink" .Assignee}}
 | 
												{{template "shared/user/authorlink" .Assignee}}
 | 
				
			||||||
							{{if eq .Poster.ID .AssigneeID}}
 | 
												{{if eq .Poster.ID .AssigneeID}}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user