diff options
author | slene <vslene@gmail.com> | 2014-03-16 00:15:26 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-16 00:15:26 +0800 |
commit | 3d032dfb5a287f333f78748546f9737f20edeb50 (patch) | |
tree | 9086775d52839c7bf493ccdcc124957b10c76764 /routers/repo/single.go | |
parent | f18c8fc4d98bfb09719d7be0f246934257725142 (diff) | |
parent | f026ae86528bd77c6af5a72aa780e1b9d6064524 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'routers/repo/single.go')
-rw-r--r-- | routers/repo/single.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/repo/single.go b/routers/repo/single.go index bd5cfa11..a7f07898 100644 --- a/routers/repo/single.go +++ b/routers/repo/single.go @@ -43,7 +43,6 @@ func Single(ctx *middleware.Context, params martini.Params) { ctx.Data["Treenames"] = treenames ctx.Data["IsRepoToolbarSource"] = true ctx.Data["Files"] = files - ctx.Render.HTML(200, "repo/single", ctx.Data) } |