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

new.html.haml « google_code « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8df5b5d31f41c9692d3cd31dceeba55638c53c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%h3.page-title
  %i.fa.fa-google
  Import projects from Google Code
%hr

= form_tag callback_import_google_code_path, class: 'form-horizontal', multipart: true do
  %ul
    %li
      Use Google Takeout etc

  .form-group
    = label_tag :dump_file, "Google Takeout JSON file", class: 'control-label'
    .col-sm-10
      %input{type: "file", name: "dump_file", id: "dump_file"}

  .form-actions
    = submit_tag 'Select projects to import', class: "btn btn-create"