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