gitlab-org--gitlab-foss/app/views/shared/_clone_panel.html.haml

5 lines
300 B
Text
Raw Normal View History

2013-10-21 06:06:26 -04:00
.git-clone-holder
%button{class: "btn active", :"data-clone" => @project.ssh_url_to_repo} SSH
%button{class: "btn", :"data-clone" => @project.http_url_to_repo}= gitlab_config.protocol.upcase
2013-10-21 06:06:26 -04:00
= text_field_tag :project_clone, @project.url_to_repo, class: "one_click_select span5", readonly: true