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
4f760cb4
Commit
4f760cb4
authored
Jun 05, 2021
by
nuwe1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update markup file
parent
34de8eea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/views/profiles/two_factor_auths/show.html.haml
app/views/profiles/two_factor_auths/show.html.haml
+3
-1
No files found.
app/views/profiles/two_factor_auths/show.html.haml
View file @
4f760cb4
...
@@ -46,7 +46,9 @@
...
@@ -46,7 +46,9 @@
=
form_tag
profile_two_factor_auth_path
,
method: :post
do
|
f
|
=
form_tag
profile_two_factor_auth_path
,
method: :post
do
|
f
|
-
if
@error
-
if
@error
.gl-alert.gl-alert-danger.gl-mb-5
.gl-alert.gl-alert-danger.gl-mb-5
=
@error
.gl-alert-container
.gl-alert-content
=
@error
.form-group
.form-group
=
label_tag
:pin_code
,
_
(
'Pin code'
),
class:
"label-bold"
=
label_tag
:pin_code
,
_
(
'Pin code'
),
class:
"label-bold"
=
text_field_tag
:pin_code
,
nil
,
class:
"form-control gl-form-input"
,
required:
true
,
data:
{
qa_selector:
'pin_code_field'
}
=
text_field_tag
:pin_code
,
nil
,
class:
"form-control gl-form-input"
,
required:
true
,
data:
{
qa_selector:
'pin_code_field'
}
...
...
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