|
|
@@ -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) { |
|
|
|