mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Change the order of issues.closed_by to list opening user first (#10876)
Fix #8266 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -894,9 +894,9 @@ issues.action_assignee_no_select = No assignee
 | 
			
		||||
issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
 | 
			
		||||
pulls.merged_by = merged %[1]s by <a href="%[2]s">%[3]s</a>
 | 
			
		||||
pulls.merged_by_fake = merged %[1]s by %[2]s
 | 
			
		||||
issues.closed_by = closed %[1]s by <a href="%[2]s">%[3]s</a>
 | 
			
		||||
issues.closed_by = by <a href="%[2]s">%[3]s</a> closed %[1]s
 | 
			
		||||
issues.opened_by_fake = opened %[1]s by %[2]s
 | 
			
		||||
issues.closed_by_fake = closed %[1]s by %[2]s
 | 
			
		||||
issues.closed_by_fake = by %[2]s closed %[1]s
 | 
			
		||||
issues.previous = Previous
 | 
			
		||||
issues.next = Next
 | 
			
		||||
issues.open_title = Open
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user