mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
fix link
This commit is contained in:
@ -140,6 +140,9 @@ func RepoAssignment(redirect bool, args ...bool) martini.Handler {
|
||||
branchName = "master"
|
||||
goto detect
|
||||
}
|
||||
|
||||
ctx.Data["IsBranch"] = ctx.Repo.IsBranch
|
||||
ctx.Data["IsCommit"] = ctx.Repo.IsCommit
|
||||
}
|
||||
|
||||
// repo is bare and display enable
|
||||
|
Reference in New Issue
Block a user