small fix
This commit is contained in:
parent
4249cec68c
commit
d6f3333e48
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func Single(ctx *middleware.Context, params martini.Params) {
|
|||
if readmeFile.Size > 1024*1024 || readmeFile.Filemode != git.FileModeBlob {
|
||||
ctx.Data["FileIsLarge"] = true
|
||||
} else if blob, err := readmeFile.LookupBlob(); err != nil {
|
||||
ctx.Data["FileIsLarge"] = true
|
||||
ctx.Data["ReadmeExist"] = false
|
||||
} else {
|
||||
// current repo branch link
|
||||
urlPrefix := "http://" + base.Domain + "/" + ctx.Repo.Owner.LowerName + "/" +
|
||||
|
|
Loading…
Reference in a new issue