1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

changed integrated page number to GET

This commit is contained in:
kendaru
2015-10-02 10:04:11 +02:00
parent 87d64acc9f
commit 5c39d3fa7d
6 changed files with 15 additions and 15 deletions

View File

@ -48,7 +48,7 @@ var (
Gitignores, Licenses, Readmes []string
// Maximum items per page in forks, watchers and stars of a repo
ItemsPerPage = 3
ItemsPerPage = 54
)
func LoadRepoConfig() {