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:
@ -28,7 +28,6 @@ func Repos(ctx *context.Context) {
|
||||
Ranger: models.Repositories,
|
||||
Private: true,
|
||||
PageSize: setting.UI.Admin.RepoPagingNum,
|
||||
OrderBy: "owner_id ASC, name ASC, id ASC",
|
||||
TplName: tplRepos,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user