mirror of
https://github.com/go-gitea/gitea
synced 2025-07-10 04:27:22 +00:00
Added sorting to organizations, repos & users page (#222)
This commit is contained in:
@ -35,7 +35,6 @@ func Users(ctx *context.Context) {
|
||||
Counter: models.CountUsers,
|
||||
Ranger: models.Users,
|
||||
PageSize: setting.UI.Admin.UserPagingNum,
|
||||
OrderBy: "id ASC",
|
||||
TplName: tplUsers,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user