upgrade libs

This commit is contained in:
Unknwon 2015-11-21 21:09:18 -05:00
parent f12832c61e
commit b80e848d02
16 changed files with 230 additions and 256 deletions

View file

@ -182,7 +182,7 @@ func Home(ctx *middleware.Context) {
ctx.Data["ReadmeInList"] = true
ctx.Data["ReadmeExist"] = true
if dataRc, err := readmeFile.Data(); err != nil {
ctx.Handle(404, "repo.SinglereadmeFile.LookupBlob", err)
ctx.Handle(404, "repo.SinglereadmeFile.Data", err)
return
} else {