mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	comments on migrated issues/prs must link to the comment ID (#18630)
Instead of the issue ID which is not a valid anchor. Signed-off-by: singuliere <singuliere@autistici.org>
This commit is contained in:
		@@ -29,7 +29,7 @@
 | 
				
			|||||||
									{{ .OriginalAuthor }}
 | 
														{{ .OriginalAuthor }}
 | 
				
			||||||
								</span>
 | 
													</span>
 | 
				
			||||||
								<span class="text grey">
 | 
													<span class="text grey">
 | 
				
			||||||
									{{$.i18n.Tr "repo.issues.commented_at" (.Issue.HashTag|Escape) $createdStr | Safe}} {{if $.Repository.OriginalURL}}
 | 
														{{$.i18n.Tr "repo.issues.commented_at" (.HashTag|Escape) $createdStr | Safe}} {{if $.Repository.OriginalURL}}
 | 
				
			||||||
								</span>
 | 
													</span>
 | 
				
			||||||
								<span class="text migrate">
 | 
													<span class="text migrate">
 | 
				
			||||||
									({{$.i18n.Tr "repo.migrated_from" ($.Repository.OriginalURL|Escape) ($.Repository.GetOriginalURLHostname|Escape) | Safe }}){{end}}
 | 
														({{$.i18n.Tr "repo.migrated_from" ($.Repository.OriginalURL|Escape) ($.Repository.GetOriginalURLHostname|Escape) | Safe }}){{end}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user