fix branch/tag select
This commit is contained in:
parent
f0b86c5f1e
commit
bb35ef2f60
7 changed files with 29 additions and 6 deletions
|
@ -46,7 +46,7 @@ module ApplicationHelper
|
|||
"Never"
|
||||
end
|
||||
|
||||
def grouped_options_refs
|
||||
def grouped_options_refs(destination = :tree)
|
||||
options = [
|
||||
["Branch", @repo.heads.map(&:name) ],
|
||||
[ "Tag", @project.tags ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue