repositories_helper.rb revision a270ffb74180d084336b07b185845a619339bc93
end
data: {clone: clone_method}
end
case clone_type
when 'git'
when 'ssh-git'
"git@#{Settings.hostname}:#{repository.path}.git"
end
end
end