Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d89db911
Commit
d89db911
authored
May 31, 2018
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FogBugz import form col sizing
parent
df164bb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/views/import/fogbugz/new.html.haml
app/views/import/fogbugz/new.html.haml
+6
-6
No files found.
app/views/import/fogbugz/new.html.haml
View file @
d89db911
...
...
@@ -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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment