diff options
author | Unknwon <u@gogs.io> | 2016-07-16 01:02:55 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-16 01:02:55 +0800 |
commit | 3d93532c87823159dd03e9c64a58c7bafed0fa64 (patch) | |
tree | cdf287400fd753711138486ce06766b3c789d96a /templates/repo/home.tmpl | |
parent | fff615d5fc257c812f197a801578f32c177fbef9 (diff) | |
download | gitea-3d93532c87823159dd03e9c64a58c7bafed0fa64.tar.gz gitea-3d93532c87823159dd03e9c64a58c7bafed0fa64.zip |
#3274 fix can't get webhook detail of organization
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index fe5a621634..fe7b9c33b2 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -9,7 +9,7 @@ <div class="ui secondary menu"> {{if .PullRequestCtx.Allowed}} <div class="fitted item"> - <a href="{{.BaseRepo.RepoLink}}/compare/{{.BaseRepo.DefaultBranch}}...{{.PullRequestCtx.HeadInfo}}"> + <a href="{{.BaseRepo.Link}}/compare/{{.BaseRepo.DefaultBranch}}...{{.PullRequestCtx.HeadInfo}}"> <button class="ui green small button"><i class="octicon octicon-git-compare"></i></button> </a> </div> |