repositories_helper.rb revision 113cd002139756abd35496a70a5aae2a8dbd4d62
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@#{Settings.hostname}:#{repository.path}.git"
end
end
end
if @repository.mirror?
else
true
end
end
end
end
end
end