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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-30 20:26:17 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-30 20:26:17 +0400
commiteb3e07a509d360922ff52c3634be7770104b0994 (patch)
tree98227efebd67204c83bd3a93b43fc26786d20ed1 /app/views/shared
parent8bf340f568b28e2dc8db050e23fcdfef7643e5be (diff)
Use project owner if no namespace. Restyled team page
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_clone_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_clone_panel.html.haml b/app/views/shared/_clone_panel.html.haml
index 924eb3fcae4..f632e1221f9 100644
--- a/app/views/shared/_clone_panel.html.haml
+++ b/app/views/shared/_clone_panel.html.haml
@@ -1,4 +1,4 @@
.input-prepend.project_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.web_protocol.upcase
- = text_field_tag :project_clone, @project.url_to_repo, class: "one_click_select span5"
+ = text_field_tag :project_clone, @project.url_to_repo, class: "one_click_select input-xxlarge"