Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_clone_panel.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ae3e6d97f4d9483a53f9d9b2221896787aacf57 (plain)
1
2
3
4
.git-clone-holder
  %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