forked from forgejo/forgejo
fix some typos (#1082)
This commit is contained in:
parent
4b286f282a
commit
c2eef171ff
4 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue