mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-31 15:21:00 +08: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