mirror of
https://gitee.com/gitea/gitea
synced 2025-11-16 22:40:26 +08: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