summaryrefslogtreecommitdiff
path: root/app/views/projects/_new_project_push_tip.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_new_project_push_tip.html.haml')
-rw-r--r--app/views/projects/_new_project_push_tip.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/projects/_new_project_push_tip.html.haml b/app/views/projects/_new_project_push_tip.html.haml
deleted file mode 100644
index a63b4bed9de..00000000000
--- a/app/views/projects/_new_project_push_tip.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-.push-to-create-popover
- %p
- = label_tag(:push_to_create_tip, _("Private projects can be created in your personal namespace with:"), class: "weight-normal")
-
- %p.input-group.project-tip-command
- %span
- = text_field_tag :push_to_create_tip, push_to_create_project_command, class: "js-select-on-focus form-control monospace", readonly: true, aria: { label: _("Push project from command line") }
- %span.input-group-append
- = clipboard_button(text: push_to_create_project_command, title: _("Copy command"), class: 'input-group-text', placement: "right")
- %p
- = link_to("What does this command do?", help_page_path("user/project/working_with_projects", anchor: "push-to-create-a-new-project"), target: "_blank")