Commit dfe9fb16 authored by Kirill Smelkov's avatar Kirill Smelkov

NXD clone_panel: Remove SSH option completely

The default was switched to HTTP in the previous patch, but let's completely
remos SSH option - we support only HTTP for git fetch/push.
parent 5c1f2fb3
- project = project || @project
.git-clone-holder.input-group
.input-group-addon.git-protocols
.input-group-btn
-# no ssh clone - only http is supported
-# .input-group-btn
%button{ |
type: 'button', |
class: "btn #{ 'active' if default_clone_protocol == 'ssh' }#{ ' has_tooltip' if current_user && current_user.require_ssh_key? }", |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment