Browse Source

Fix #643

for-closed-social
Unknwon 10 years ago
parent
commit
3c3f7c2a56
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/middleware/repo.go

+ 2
- 0
modules/middleware/repo.go View File

@ -402,6 +402,8 @@ func RepoAssignment(redirect bool, args ...bool) macaron.Handler {
// repo is bare and display enable
if ctx.Repo.Repository.IsBare {
log.Debug("Bare repository: %s", ctx.Repo.RepoLink)
// NOTE: to prevent templating error
ctx.Data["BranchName"] = ""
if displayBare {
ctx.HTML(200, "repo/bare")
}

Loading…
Cancel
Save