mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix some typos (#1082)
This commit is contained in:
@@ -296,7 +296,7 @@ func Home(ctx *context.Context) {
|
||||
ctx.HTML(200, tplRepoHome)
|
||||
}
|
||||
|
||||
// RenderUserCards render a page show users accroding the input templaet
|
||||
// RenderUserCards render a page show users according the input templaet
|
||||
func RenderUserCards(ctx *context.Context, total int, getter func(page int) ([]*models.User, error), tpl base.TplName) {
|
||||
page := ctx.QueryInt("page")
|
||||
if page <= 0 {
|
||||
|
Reference in New Issue
Block a user