forked from forgejo/forgejo
fix link
This commit is contained in:
parent
4c70249f75
commit
b1627672f9
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue