mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	rename variable + fix wiki link
This commit is contained in:
		| @@ -256,7 +256,7 @@ func RepoAssignment(args ...bool) macaron.Handler { | ||||
| 		ctx.Data["IsRepositoryWriter"] = ctx.Repo.IsWriter() | ||||
|  | ||||
| 		ctx.Data["DisableSSH"] = setting.SSH.Disabled | ||||
| 		ctx.Data["DisableHTTP"] = setting.Repository.DisableHttpGit | ||||
| 		ctx.Data["DisableHTTP"] = setting.Repository.DisableHTTPGit | ||||
| 		ctx.Data["CloneLink"] = repo.CloneLink() | ||||
| 		ctx.Data["WikiCloneLink"] = repo.WikiCloneLink() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user