repositories_helper.rb revision 8d050e0562ded9f29d349f3589d870fe9121f7e2
end
# def clone_method_links
# clone_methods.map do |clone_method|
# clone_method_link clone_method
# end.join(', ')
# end
end
case clone_type
when 'git'
when 'ssh-git'
"git@#{Settings.hostname}:#{repository.path}.git"
end
end
'Caution! When setting the repository public, all reader permissions are removed.'
else
false
end
end
end