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

@ -109,5 +109,5 @@ func CompareMAL(ctx *aero.Context) string {
}
}
return ctx.HTML(components.CompareMAL(comparisons, user))
return ctx.HTML(components.CompareMAL(comparisons, ctx.URI(), user))
}