summaryrefslogtreecommitdiff
path: root/app/views/shared/_clone_panel.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-11-27 16:15:06 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-11-27 16:15:06 -0500
commit3723182a8831595502570c90211610abb4770781 (patch)
tree815d146c888a42aa01f7a3e9b72874e04fbe4a3b /app/views/shared/_clone_panel.html.haml
parent637e64c24472a06b32091cb45f1b81260c5e6ec0 (diff)
downloadgitlab-ce-3723182a8831595502570c90211610abb4770781.tar.gz
Move project visibility level off of the clone panelrs-clone-panel
Diffstat (limited to 'app/views/shared/_clone_panel.html.haml')
-rw-r--r--app/views/shared/_clone_panel.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/shared/_clone_panel.html.haml b/app/views/shared/_clone_panel.html.haml
index 408a46aaafc..edb5778f424 100644
--- a/app/views/shared/_clone_panel.html.haml
+++ b/app/views/shared/_clone_panel.html.haml
@@ -8,7 +8,3 @@
= text_field_tag :project_clone, default_url_to_repo(project), class: "js-select-on-focus form-control", readonly: true
.input-group-btn
= clipboard_button(clipboard_target: '#project_clone')
- - if project.kind_of?(Project)
- .input-group-addon.has_tooltip{title: "#{visibility_level_label(project.visibility_level)} project", data: { container: "body" } }
- .visibility-level-label
- = visibility_level_icon(project.visibility_level)