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
778e82ab
Commit
778e82ab
authored
Nov 10, 2021
by
Yogi
Committed by
Martin Wortschack
Nov 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-form-input class for fields in github import page
parent
d1fcae19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/import/github/new.html.haml
app/views/import/github/new.html.haml
+1
-1
No files found.
app/views/import/github/new.html.haml
View file @
778e82ab
...
...
@@ -23,7 +23,7 @@
=
form_tag
personal_access_token_import_github_path
,
method: :post
do
.form-group
%label
.label-bold
=
_
(
'Personal Access Token'
)
=
text_field_tag
:personal_access_token
,
''
,
class:
'form-control'
,
placeholder:
_
(
'e.g. %{token}'
)
%
{
token:
'8d3f016698e...'
},
data:
{
qa_selector:
'personal_access_token_field'
}
=
text_field_tag
:personal_access_token
,
''
,
class:
'form-control
gl-form-input
'
,
placeholder:
_
(
'e.g. %{token}'
)
%
{
token:
'8d3f016698e...'
},
data:
{
qa_selector:
'personal_access_token_field'
}
%span
.form-text.text-muted
=
import_github_personal_access_token_message
...
...
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