This commit is contained in:
Unknown
2014-03-17 15:32:33 -04:00
parent b3dc159c45
commit 9eabbe68a6
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ func Branches(ctx *middleware.Context, params martini.Params) {
return
}
ctx.Data["Branchname"] = brs[0]
ctx.Data["Branches"] = brs
ctx.Data["IsRepoToolbarBranches"] = true