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

#1384 add pagination for repositories

This commit is contained in:
Unknwon
2016-07-24 14:32:46 +08:00
parent 1f2e173a74
commit e74630ae3b
21 changed files with 360 additions and 192 deletions

View File

@ -82,7 +82,7 @@ func (issue *Issue) loadAttributes(e Engine) (err error) {
return nil
}
func (issue *Issue) LoadAttributes() (err error) {
func (issue *Issue) LoadAttributes() error {
return issue.loadAttributes(x)
}