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
path: root/app
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-01 04:15:54 +0300
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-01 04:15:54 +0300
commit50fda506e3bc93af47c8ebcbfc7d38c7ae55467d (patch)
tree0e1c36662100518e503287aacb8c230377e0dc93 /app
parent4e980ea8bc534c031d6421dc532a7ebfc9efefe0 (diff)
parentd89db911210e981face87d782a8476a12ad46c9e (diff)
Merge branch '46997-fix-fogbugz-import-form-bs4' into 'master'
Resolve "New Project > Import Project > FogBugz Import" Closes #46997 See merge request gitlab-org/gitlab-ce!19295
Diffstat (limited to 'app')
-rw-r--r--app/views/import/fogbugz/new.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/import/fogbugz/new.html.haml b/app/views/import/fogbugz/new.html.haml
index d5a37095365..74d686b6703 100644
--- a/app/views/import/fogbugz/new.html.haml
+++ b/app/views/import/fogbugz/new.html.haml
@@ -11,16 +11,16 @@
In the next steps, you'll be able to map users and select the projects
you want to import.
.form-group.row
- = label_tag :uri, 'FogBugz URL', class: 'col-form-label col-sm-8'
- .col-sm-4
+ = label_tag :uri, 'FogBugz URL', class: 'col-form-label col-md-2'
+ .col-md-4
= text_field_tag :uri, nil, placeholder: 'https://mycompany.fogbugz.com', class: 'form-control'
.form-group.row
- = label_tag :email, 'FogBugz Email', class: 'col-form-label col-sm-8'
- .col-sm-4
+ = label_tag :email, 'FogBugz Email', class: 'col-form-label col-md-2'
+ .col-md-4
= text_field_tag :email, nil, class: 'form-control'
.form-group.row
- = label_tag :password, 'FogBugz Password', class: 'col-form-label col-sm-8'
- .col-sm-4
+ = label_tag :password, 'FogBugz Password', class: 'col-form-label col-md-2'
+ .col-md-4
= password_field_tag :password, nil, class: 'form-control'
.form-actions
= submit_tag 'Continue to the next step', class: 'btn btn-create'