1
0
Fork 0
forked from forgejo/forgejo

fix single bare page link

This commit is contained in:
FuXiaoHei 2014-03-20 21:28:12 +08:00
parent 47234f1031
commit 42b08ff261
4 changed files with 28 additions and 25 deletions

View file

@ -79,5 +79,6 @@ func RepoAssignment(redirect bool) martini.Handler {
ctx.Data["CloneLink"] = ctx.Repo.CloneLink
ctx.Data["RepositoryLink"] = ctx.Data["Title"]
ctx.Data["IsRepositoryOwner"] = ctx.Repo.IsOwner
ctx.Data["IsRepositoryWatching"] = ctx.Repo.IsWatching
}
}