2013-10-21 06:06:26 -04:00
|
|
|
.git-clone-holder
|
2013-12-03 21:13:19 -05:00
|
|
|
%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, class: "one_click_select span5", readonly: true
|