mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-15 23:59:34 +00:00
Allow to set explore page default sort (#27951)
as title --- *Sponsored by Kithara Software GmbH*
This commit is contained in:
@@ -25,7 +25,7 @@ func Organizations(ctx *context.Context) {
|
||||
}
|
||||
|
||||
if ctx.FormString("sort") == "" {
|
||||
ctx.SetFormString("sort", UserSearchDefaultSortType)
|
||||
ctx.SetFormString("sort", setting.UI.ExploreDefaultSort)
|
||||
}
|
||||
|
||||
RenderUserSearch(ctx, &user_model.SearchUserOptions{
|
||||
|
Reference in New Issue
Block a user