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

_head.html.haml « blame « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b027bdaf18eb9fcf052d27b6721b75651e00d6f (plain)
1
2
3
4
5
6
7
8
9
10
%ul.nav.nav-tabs
  %li
    = render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: params[:path]}
  = nav_link(controller: :refs) do
    = link_to 'Source', project_tree_path(@project, @ref)
  %li.right
    .input-prepend.project_clone_holder
      %button{class: "btn small active", :"data-clone" => @project.ssh_url_to_repo} SSH
      %button{class: "btn small", :"data-clone" => @project.http_url_to_repo} HTTP
      = text_field_tag :project_clone, @project.url_to_repo, class: "one_click_select span5"