mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Remove redudant functions and code (#2652)
* Remove redudant functions and code
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
c2346e4469
commit
dff26e25ca
@@ -24,7 +24,6 @@ func Repos(ctx *context.Context) {
|
||||
ctx.Data["PageIsAdminRepositories"] = true
|
||||
|
||||
routers.RenderRepoSearch(ctx, &routers.RepoSearchOptions{
|
||||
Ranger: models.Repositories,
|
||||
Private: true,
|
||||
PageSize: setting.UI.Admin.RepoPagingNum,
|
||||
TplName: tplRepos,
|
||||
|
Reference in New Issue
Block a user