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
441a9938
Commit
441a9938
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 import page
parent
9d9b902a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/shared/_import_form.html.haml
app/views/shared/_import_form.html.haml
+3
-3
changelogs/unreleased/gl-form-import.yml
changelogs/unreleased/gl-form-import.yml
+5
-0
No files found.
app/views/shared/_import_form.html.haml
View file @
441a9938
...
...
@@ -7,20 +7,20 @@
%span
=
_
(
'Git repository URL'
)
=
f
.
text_field
:import_url
,
value:
import_url
.
sanitized_url
,
autocomplete:
'off'
,
class:
'form-control'
,
placeholder:
'https://gitlab.company.com/group/project.git'
,
required:
true
autocomplete:
'off'
,
class:
'form-control
gl-form-input
'
,
placeholder:
'https://gitlab.company.com/group/project.git'
,
required:
true
.row
.form-group.col-md-6
=
f
.
label
:import_url_user
,
class:
'label-bold'
do
%span
=
_
(
'Username (optional)'
)
=
f
.
text_field
:import_url_user
,
value:
import_url
.
user
,
class:
'form-control'
,
required:
false
,
autocomplete:
'new-password'
=
f
.
text_field
:import_url_user
,
value:
import_url
.
user
,
class:
'form-control
gl-form-input
'
,
required:
false
,
autocomplete:
'new-password'
.form-group.col-md-6
=
f
.
label
:import_url_password
,
class:
'label-bold'
do
%span
=
_
(
'Password (optional)'
)
=
f
.
password_field
:import_url_password
,
class:
'form-control'
,
required:
false
,
autocomplete:
'new-password'
=
f
.
password_field
:import_url_password
,
class:
'form-control
gl-form-input
'
,
required:
false
,
autocomplete:
'new-password'
.info-well.prepend-top-20
.well-segment
...
...
changelogs/unreleased/gl-form-import.yml
0 → 100644
View file @
441a9938
---
title
:
Add gl-form-input class for fields in import page
merge_request
:
58316
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