mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-25 06:30:46 +09: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