update repo page

This commit is contained in:
Lunny Xiao 2014-03-13 14:50:09 +08:00
parent 18ba149137
commit 3a1fa012f7
3 changed files with 18 additions and 9 deletions

View file

@ -23,7 +23,6 @@ func Single(params martini.Params, r render.Render, data base.TmplData) {
}
data["IsRepoToolbarSource"] = true
data["Files"] = files
r.HTML(200, "repo/single", data)