mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix display bare repo
This commit is contained in:
@@ -78,6 +78,7 @@ func Single(ctx *middleware.Context, params martini.Params) {
|
||||
ctx.Handle(404, "repo.Single(GetBranches)", err)
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Data["Branches"] = brs
|
||||
|
||||
isViewBranch := ctx.Repo.IsBranch
|
||||
|
Reference in New Issue
Block a user