1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-24 11:18:36 +00:00
This commit is contained in:
Unknown
2014-05-14 13:04:57 -04:00
parent 16bddd593a
commit b70db61854
4 changed files with 27 additions and 6 deletions

View File

@@ -63,6 +63,7 @@ func Issues(ctx *middleware.Context) {
}
mid = mile.Id
}
fmt.Println(mid)
page, _ := base.StrTo(ctx.Query("page")).Int()