04baf0b569
Use clone panel in `Git Access` section of wiki.
6 lines
472 B
Text
6 lines
472 B
Text
- project = project || @project
|
|
.git-clone-holder.input-group
|
|
.input-group-btn
|
|
%button{class: "btn #{ 'active' if default_clone_protocol == 'ssh' }", :"data-clone" => project.ssh_url_to_repo} SSH
|
|
%button{class: "btn #{ 'active' if default_clone_protocol == 'http' }", :"data-clone" => project.http_url_to_repo}= gitlab_config.protocol.upcase
|
|
= text_field_tag :project_clone, default_url_to_repo(project), class: "one_click_select form-control", readonly: true
|