Changed editor panel links

This commit is contained in:
2018-03-09 12:38:46 +01:00
parent fa719fb13b
commit b77dcfb98c
11 changed files with 36 additions and 32 deletions

View File

@ -14,5 +14,5 @@ func Get(ctx *aero.Context) string {
return ctx.Redirect("/")
}
return ctx.HTML(components.Editor())
return ctx.HTML(components.Editor(ctx.URI(), user))
}