mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
Remove redudant functions and code (#2652)
* Remove redudant functions and code
This commit is contained in:
parent
c2346e4469
commit
dff26e25ca
5 changed files with 57 additions and 117 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue