middle panel

This commit is contained in:
Dmitriy Zaporozhets 2011-12-12 19:22:01 +02:00
parent f34b1be281
commit 5bc97fbd3f
7 changed files with 53 additions and 13 deletions

View file

@ -48,7 +48,7 @@ module ApplicationHelper
def grouped_options_refs(destination = :tree)
options = [
["Branch", @repo.heads.map(&:name) ],
["Branch", @project.repo.heads.map(&:name) ],
[ "Tag", @project.tags ]
]