mirror of https://github.com/go-gitea/gitea.git
e0ea3811c4
When read the code: `pager.AddParam(ctx, "search", "search")`, the question always comes: What is it doing? Where is the value from? Why "search" / "search" ? Now it is clear: `pager.AddParamIfExist("search", ctx.Data["search"])` |
||
---|---|---|
.. | ||
code.go | ||
org.go | ||
repo.go | ||
topic.go | ||
user.go |