Commit 2c32574ac303e180f43cfc2a3d119dd6a7b29b0c
1 parent
efde8653
Exists in
master
and in
4 other branches
Project git clone panel
Showing
2 changed files
with
12 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/projects.scss
app/views/projects/show.html.haml
1 | 1 | = render "project_head" |
2 | 2 | |
3 | -.entry | |
3 | +.project_clone_panel | |
4 | 4 | .row |
5 | 5 | .span7 |
6 | 6 | .form-horizontal |
7 | 7 | .input-prepend.project_clone_holder |
8 | - | |
9 | - %span.add-on git clone | |
10 | 8 | = link_to "SSH", "#", class: "btn small active", :"data-clone" => @project.ssh_url_to_repo |
11 | 9 | = link_to "HTTP", "#", class: "btn small", :"data-clone" => @project.http_url_to_repo |
12 | 10 | = text_field_tag :project_clone, @project.url_to_repo, class: "one_click_select span5" | ... | ... |