We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf9e38 commit 4888b61Copy full SHA for 4888b61
routers/web/repo/contributors.go
@@ -21,7 +21,6 @@ func Contributors(ctx *context.Context) {
21
ctx.Data["Title"] = ctx.Tr("repo.activity.navbar.contributors")
22
ctx.Data["PageIsActivity"] = true
23
ctx.Data["PageIsContributors"] = true
24
-
25
ctx.HTML(http.StatusOK, tplContributors)
26
}
27
0 commit comments