Browse Source

add tag

tags/v1.21.12.1
lewis 4 years ago
parent
commit
58b02122f9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/view.go

+ 1
- 0
routers/repo/view.go View File

@@ -919,6 +919,7 @@ func Forks(ctx *context.Context) {
}

func Contributors(ctx *context.Context) {
ctx.Data["PageIsViewCode"] = true
ctx.HTML(http.StatusOK, tplContributors)
}



Loading…
Cancel
Save