mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 12:36:27 +10:00
Fixed ref switcher
This commit is contained in:
@@ -60,8 +60,8 @@ module ApplicationHelper
|
||||
|
||||
def grouped_options_refs(destination = :tree)
|
||||
options = [
|
||||
["Branch", @project.repo.heads.map(&:name) ],
|
||||
[ "Tag", @project.tags ]
|
||||
["Branch", @project.branch_names ],
|
||||
[ "Tag", @project.tag_names ]
|
||||
]
|
||||
|
||||
# If reference is commit id -
|
||||
|
||||
Reference in New Issue
Block a user