repositories_helper.rb revision 0c13daae99f7290dc5fdcc65f00fcef5ca1d8cbe
end
# def clone_method_links
# clone_methods.map do |clone_method|
# clone_method_link clone_method
# end.join(', ')
# end
end
end
case clone_type
when 'git'
when 'ssh-git'
"git@#{Ontohub::Application.config.fqdn}:#{repository.path}.git"
end
end
end
end
end
end
end
end
end