Fix #643
This commit is contained in:
parent
0c92da7e9c
commit
3c3f7c2a56
1 changed files with 2 additions and 0 deletions
|
@ -402,6 +402,8 @@ func RepoAssignment(redirect bool, args ...bool) macaron.Handler {
|
||||||
// repo is bare and display enable
|
// repo is bare and display enable
|
||||||
if ctx.Repo.Repository.IsBare {
|
if ctx.Repo.Repository.IsBare {
|
||||||
log.Debug("Bare repository: %s", ctx.Repo.RepoLink)
|
log.Debug("Bare repository: %s", ctx.Repo.RepoLink)
|
||||||
|
// NOTE: to prevent templating error
|
||||||
|
ctx.Data["BranchName"] = ""
|
||||||
if displayBare {
|
if displayBare {
|
||||||
ctx.HTML(200, "repo/bare")
|
ctx.HTML(200, "repo/bare")
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue