diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-15 10:52:14 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-15 10:52:14 -0400 |
commit | b43cfc5b39c0aeec04b1810f01e57ece96abdd7e (patch) | |
tree | b97e7afc172b8fdca001ba4715d7611fa66272cb /routers/repo/single.go | |
parent | 12b98bb58a1f14e5ab71acd13dfe99c494e93898 (diff) |
Clean code
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 036bc218..e9339510 100644 --- a/routers/repo/single.go +++ b/routers/repo/single.go @@ -52,6 +52,5 @@ func Setting(ctx *middleware.Context) { ctx.Data["Title"] = ctx.Data["Title"].(string) + " - settings" ctx.Data["IsRepoToolbarSetting"] = true - ctx.Render.HTML(200, "repo/setting", ctx.Data) } |