mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix release typo (#18728)
This commit is contained in:
		@@ -73,7 +73,7 @@
 | 
				
			|||||||
							{{$.i18n.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
 | 
												{{$.i18n.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
 | 
				
			||||||
						{{else if eq .GetOpType 24}}
 | 
											{{else if eq .GetOpType 24}}
 | 
				
			||||||
							{{ $linkText := .Content | RenderEmoji }}
 | 
												{{ $linkText := .Content | RenderEmoji }}
 | 
				
			||||||
							{{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/release/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
 | 
												{{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/releases/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
 | 
				
			||||||
						{{else if eq .GetOpType 25}}
 | 
											{{else if eq .GetOpType 25}}
 | 
				
			||||||
							{{ $index := index .GetIssueInfos 0}}
 | 
												{{ $index := index .GetIssueInfos 0}}
 | 
				
			||||||
							{{ $reviewer := index .GetIssueInfos 1}}
 | 
												{{ $reviewer := index .GetIssueInfos 1}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user