middle panel
This commit is contained in:
parent
f34b1be281
commit
5bc97fbd3f
7 changed files with 53 additions and 13 deletions
|
@ -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 ]
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue