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
d98d8539
Commit
d98d8539
authored
Sep 17, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix haml-lint error in 2FA codes partial
Closes
https://gitlab.com/gitlab-org/gitlab-ce/issues/51585
parent
2a7b1367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/profiles/two_factor_auths/_codes.html.haml
app/views/profiles/two_factor_auths/_codes.html.haml
+1
-1
No files found.
app/views/profiles/two_factor_auths/_codes.html.haml
View file @
d98d8539
...
@@ -12,4 +12,4 @@
...
@@ -12,4 +12,4 @@
.d-flex
.d-flex
=
link_to
'Proceed'
,
profile_account_path
,
class:
'btn btn-success append-right-10'
=
link_to
'Proceed'
,
profile_account_path
,
class:
'btn btn-success append-right-10'
=
link_to
'Download codes'
,
"data:text/plain;charset=utf-8,
#{
URI
.
encod
e
(
@codes
.
join
(
"
\n
"
))
}
"
,
download:
"gitlab-recovery-codes.txt"
,
class:
'btn btn-default'
=
link_to
'Download codes'
,
"data:text/plain;charset=utf-8,
#{
CGI
.
escap
e
(
@codes
.
join
(
"
\n
"
))
}
"
,
download:
"gitlab-recovery-codes.txt"
,
class:
'btn btn-default'
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