summaryrefslogtreecommitdiff
path: root/app/views/import/fogbugz/new.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 15:44:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 15:44:42 +0000
commit4555e1b21c365ed8303ffb7a3325d773c9b8bf31 (patch)
tree5423a1c7516cffe36384133ade12572cf709398d /app/views/import/fogbugz/new.html.haml
parente570267f2f6b326480d284e0164a6464ba4081bc (diff)
downloadgitlab-ce-4555e1b21c365ed8303ffb7a3325d773c9b8bf31.tar.gz
Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42
Diffstat (limited to 'app/views/import/fogbugz/new.html.haml')
-rw-r--r--app/views/import/fogbugz/new.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/import/fogbugz/new.html.haml b/app/views/import/fogbugz/new.html.haml
index c0abac0a633..ab836174024 100644
--- a/app/views/import/fogbugz/new.html.haml
+++ b/app/views/import/fogbugz/new.html.haml
@@ -12,14 +12,14 @@
.form-group.row
= 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'
+ = text_field_tag :uri, nil, placeholder: 'https://mycompany.fogbugz.com', class: 'form-control gl-form-input'
.form-group.row
= label_tag :email, _('FogBugz Email'), class: 'col-form-label col-md-2'
.col-md-4
- = text_field_tag :email, nil, class: 'form-control'
+ = text_field_tag :email, nil, class: 'form-control gl-form-input'
.form-group.row
= label_tag :password, _('FogBugz Password'), class: 'col-form-label col-md-2'
.col-md-4
- = password_field_tag :password, nil, class: 'form-control'
+ = password_field_tag :password, nil, class: 'form-control gl-form-input'
.form-actions
= submit_tag _('Continue to the next step'), class: 'gl-button btn btn-confirm'