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
73bd8d99
Commit
73bd8d99
authored
Apr 28, 2021
by
Yogi
Committed by
Mike Greiling
Apr 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-form-input class for fields in gitlab import page
parent
9d9b902a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/import/shared/_new_project_form.html.haml
app/views/import/shared/_new_project_form.html.haml
+2
-2
changelogs/unreleased/gl-form-gitlab-import.yml
changelogs/unreleased/gl-form-gitlab-import.yml
+5
-0
No files found.
app/views/import/shared/_new_project_form.html.haml
View file @
73bd8d99
.row
.form-group.project-name.col-sm-12
=
label_tag
:name
,
_
(
'Project name'
),
class:
'label-bold'
=
text_field_tag
:name
,
@name
,
placeholder:
"My awesome project"
,
class:
"js-project-name form-control input-lg"
,
autofocus:
true
,
required:
true
,
aria:
{
required:
true
}
=
text_field_tag
:name
,
@name
,
placeholder:
"My awesome project"
,
class:
"js-project-name form-control
gl-form-input
input-lg"
,
autofocus:
true
,
required:
true
,
aria:
{
required:
true
}
.form-group.col-12.col-sm-6
=
label_tag
:namespace_id
,
_
(
'Project URL'
),
class:
'label-bold'
.form-group
...
...
@@ -18,4 +18,4 @@
=
hidden_field_tag
:namespace_id
,
current_user
.
namespace_id
.form-group.col-12.col-sm-6.project-path
=
label_tag
:path
,
_
(
'Project slug'
),
class:
'label-bold'
=
text_field_tag
:path
,
@path
,
placeholder:
"my-awesome-project"
,
class:
"js-path-name form-control"
,
required:
true
,
aria:
{
required:
true
}
=
text_field_tag
:path
,
@path
,
placeholder:
"my-awesome-project"
,
class:
"js-path-name form-control
gl-form-input
"
,
required:
true
,
aria:
{
required:
true
}
changelogs/unreleased/gl-form-gitlab-import.yml
0 → 100644
View file @
73bd8d99
---
title
:
Add gl-form-input class for fields in gitlab import page
merge_request
:
58304
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