1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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)