mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Co-authored-by: Gitea <gitea@fake.local>
This commit is contained in:
		@@ -108,6 +108,7 @@ func innerToRepo(repo *models.Repository, mode models.AccessMode, isParent bool)
 | 
				
			|||||||
		HTMLURL:                   repo.HTMLURL(),
 | 
							HTMLURL:                   repo.HTMLURL(),
 | 
				
			||||||
		SSHURL:                    cloneLink.SSH,
 | 
							SSHURL:                    cloneLink.SSH,
 | 
				
			||||||
		CloneURL:                  cloneLink.HTTPS,
 | 
							CloneURL:                  cloneLink.HTTPS,
 | 
				
			||||||
 | 
							OriginalURL:               repo.SanitizedOriginalURL(),
 | 
				
			||||||
		Website:                   repo.Website,
 | 
							Website:                   repo.Website,
 | 
				
			||||||
		Stars:                     repo.NumStars,
 | 
							Stars:                     repo.NumStars,
 | 
				
			||||||
		Forks:                     repo.NumForks,
 | 
							Forks:                     repo.NumForks,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user