Skip to content
Snippets Groups Projects
Commit 2c32574a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Project git clone panel

parent efde8653
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -39,3 +39,14 @@
}
}
}
.project_clone_panel {
@include border-radius(4px);
@include bg-gray-gradient;
padding: 4px 7px;
border: 1px solid #CCC;
margin-bottom:5px;
input[type=text] {
border: 1px solid #BBB;
}
}
= render "project_head"
 
.entry
.project_clone_panel
.row
.span7
.form-horizontal
.input-prepend.project_clone_holder
%span.add-on git clone
= link_to "SSH", "#", class: "btn small active", :"data-clone" => @project.ssh_url_to_repo
= link_to "HTTP", "#", class: "btn small", :"data-clone" => @project.http_url_to_repo
= text_field_tag :project_clone, @project.url_to_repo, class: "one_click_select span5"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment