diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/context/repo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/context/repo.go b/modules/context/repo.go index e8d084c342..66250a0f3e 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -407,7 +407,7 @@ func RepoAssignment() macaron.Handler { return } ctx.Data["Branches"] = brs - ctx.Data["BrancheCount"] = len(brs) + ctx.Data["BranchesCount"] = len(brs) // If not branch selected, try default one. // If default branch doesn't exists, fall back to some other branch. |