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

_new_project_push_tip.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e008130436c9269b0941e714611809202a755407 (plain)
1
2
3
4
5
6
7
8
9
10
11
.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("gitlab-basics/create-project", anchor: "push-to-create-a-new-project"), target: "_blank")