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
66656888
Commit
66656888
authored
Apr 28, 2021
by
Yogi
Committed by
Kushal Pandya
Apr 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-form-input class for fields in bitbucket import page
parent
9d9b902a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/import/bitbucket_server/new.html.haml
app/views/import/bitbucket_server/new.html.haml
+3
-3
changelogs/unreleased/gl-form-bitbucket-import.yml
changelogs/unreleased/gl-form-bitbucket-import.yml
+5
-0
No files found.
app/views/import/bitbucket_server/new.html.haml
View file @
66656888
...
...
@@ -15,14 +15,14 @@
.form-group.row
=
label_tag
:bitbucket_server_url
,
'Bitbucket Server URL'
,
class:
'col-form-label col-md-2'
.col-md-4
=
text_field_tag
:bitbucket_server_url
,
''
,
class:
'form-control gl-mr-3'
,
placeholder:
_
(
'https://your-bitbucket-server'
),
size:
40
=
text_field_tag
:bitbucket_server_url
,
''
,
class:
'form-control gl-
form-input gl-
mr-3'
,
placeholder:
_
(
'https://your-bitbucket-server'
),
size:
40
.form-group.row
=
label_tag
:bitbucket_server_url
,
'Username'
,
class:
'col-form-label col-md-2'
.col-md-4
=
text_field_tag
:bitbucket_server_username
,
''
,
class:
'form-control gl-mr-3'
,
placeholder:
_
(
'username'
),
size:
40
=
text_field_tag
:bitbucket_server_username
,
''
,
class:
'form-control gl-
form-input gl-
mr-3'
,
placeholder:
_
(
'username'
),
size:
40
.form-group.row
=
label_tag
:personal_access_token
,
'Password/Personal Access Token'
,
class:
'col-form-label col-md-2'
.col-md-4
=
password_field_tag
:personal_access_token
,
''
,
class:
'form-control gl-mr-3'
,
placeholder:
_
(
'Personal Access Token'
),
size:
40
=
password_field_tag
:personal_access_token
,
''
,
class:
'form-control gl-
form-input gl-
mr-3'
,
placeholder:
_
(
'Personal Access Token'
),
size:
40
.form-actions
=
submit_tag
_
(
'List your Bitbucket Server repositories'
),
class:
'gl-button btn btn-confirm'
changelogs/unreleased/gl-form-bitbucket-import.yml
0 → 100644
View file @
66656888
---
title
:
Add gl-form-input class for fields in bitbucket import page
merge_request
:
58309
author
:
Yogi (@yo)
type
:
changed
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