Browse Source

Set ItemsPerPage from 40 to 39

Yoginth 7 years ago
parent
commit
ba5ab32fba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/repo.go

+ 1 - 1
models/repo.go

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