diff --git a/routers/repo/cloudbrain.go b/routers/repo/cloudbrain.go index 8b072e1e6..9c9ec8e74 100755 --- a/routers/repo/cloudbrain.go +++ b/routers/repo/cloudbrain.go @@ -178,7 +178,7 @@ func CloudBrainCreate(ctx *context.Context, form auth.CreateCloudBrainForm) { ctx.RenderWithErr(err.Error(), tplCloudBrainNew, &form) return } - ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/cloudbrain") + ctx.HTML(200, tplCloudBrainIndex) } func CloudBrainShow(ctx *context.Context) {