mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	URL fix for #2287
This commit is contained in:
		@@ -123,6 +123,10 @@ func (a *Action) ShortRepoName() string {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (a *Action) GetRepoPath() string {
 | 
			
		||||
	return path.Join(a.RepoUserName, a.RepoName)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (a *Action) ShortRepoPath() string {
 | 
			
		||||
	return path.Join(a.ShortRepoUserName(), a.ShortRepoName())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user