This commit is contained in:
Lanre Adelowo 2019-02-11 02:27:24 +01:00 committed by Lauris BH
parent c71c28eab8
commit d0cb5aa9f9
2 changed files with 2 additions and 2 deletions

View file

@ -46,6 +46,6 @@ func DeleteRepo(ctx *context.Context) {
ctx.Flash.Success(ctx.Tr("repo.settings.deletion_success"))
ctx.JSON(200, map[string]interface{}{
"redirect": setting.AppSubURL + "/admin/repos?page=" + ctx.Query("page"),
"redirect": setting.AppSubURL + "/admin/repos?page=" + ctx.Query("page") + "&sort=" + ctx.Query("sort"),
})
}