aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/single.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-15 10:52:14 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-15 10:52:14 -0400
commitb43cfc5b39c0aeec04b1810f01e57ece96abdd7e (patch)
treeb97e7afc172b8fdca001ba4715d7611fa66272cb /routers/repo/single.go
parent12b98bb58a1f14e5ab71acd13dfe99c494e93898 (diff)
Clean code
Diffstat (limited to 'routers/repo/single.go')
-rw-r--r--routers/repo/single.go1
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)
}