Explorar el Código

Set ItemsPerPage from 40 to 39

Yoginth hace 7 años
padre
commit
ba5ab32fba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      models/repo.go

+ 1 - 1
models/repo.go

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