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
201d8511
Commit
201d8511
authored
Apr 19, 2021
by
Marvin Karegyeya
Committed by
Rémy Coutable
Apr 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in passwords/edit.html.haml
parent
69f6e347
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
+22
-8
app/views/devise/passwords/edit.html.haml
app/views/devise/passwords/edit.html.haml
+8
-8
changelogs/unreleased/Externalize-strings-in-passwords-edit-html-haml.yml
...eased/Externalize-strings-in-passwords-edit-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+9
-0
No files found.
app/views/devise/passwords/edit.html.haml
View file @
201d8511
=
render
'devise/shared/tab_single'
,
tab_title:
'Change your password'
=
render
'devise/shared/tab_single'
,
tab_title:
_
(
'Change your password'
)
.login-box
.login-body
=
form_for
(
resource
,
as:
resource_name
,
url:
password_path
(
:user
),
html:
{
method: :put
,
class:
'gl-show-field-errors'
})
do
|
f
|
...
...
@@ -6,16 +6,16 @@
=
render
"devise/shared/error_messages"
,
resource:
resource
=
f
.
hidden_field
:reset_password_token
.form-group
=
f
.
label
'New password'
,
for:
"user_password"
=
f
.
password_field
:password
,
class:
"form-control gl-form-input top"
,
required:
true
,
title:
'This field is required'
,
data:
{
qa_selector:
'password_field'
}
=
f
.
label
_
(
'New password'
)
,
for:
"user_password"
=
f
.
password_field
:password
,
class:
"form-control gl-form-input top"
,
required:
true
,
title:
_
(
'This field is required.'
)
,
data:
{
qa_selector:
'password_field'
}
.form-group
=
f
.
label
'Confirm new password'
,
for:
"user_password_confirmation"
=
f
.
password_field
:password_confirmation
,
class:
"form-control gl-form-input bottom"
,
title:
'This field is required'
,
data:
{
qa_selector:
'password_confirmation_field'
},
required:
true
=
f
.
label
_
(
'Confirm new password'
)
,
for:
"user_password_confirmation"
=
f
.
password_field
:password_confirmation
,
class:
"form-control gl-form-input bottom"
,
title:
_
(
'This field is required.'
)
,
data:
{
qa_selector:
'password_confirmation_field'
},
required:
true
.clearfix
=
f
.
submit
"Change your password"
,
class:
"gl-button btn btn-confirm"
,
data:
{
qa_selector:
'change_password_button'
}
=
f
.
submit
_
(
"Change your password"
)
,
class:
"gl-button btn btn-confirm"
,
data:
{
qa_selector:
'change_password_button'
}
.clearfix.prepend-top-20
%p
%span
.light
Didn't receive a confirmation email?
=
link_to
"Request a new one"
,
new_confirmation_path
(
:user
)
%span
.light
=
_
(
"Didn't receive a confirmation email?"
)
=
link_to
_
(
"Request a new one"
)
,
new_confirmation_path
(
:user
)
=
render
'devise/shared/sign_in_link'
changelogs/unreleased/Externalize-strings-in-passwords-edit-html-haml.yml
0 → 100644
View file @
201d8511
---
title
:
Externalize strings in passwords/edit.html.haml
merge_request
:
58233
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
201d8511
...
...
@@ -8299,6 +8299,9 @@ msgstr ""
msgid "Confirm"
msgstr ""
msgid "Confirm new password"
msgstr ""
msgid "Confirm your account"
msgstr ""
...
...
@@ -11211,6 +11214,9 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
msgid "Didn't receive a confirmation email?"
msgstr ""
msgid "Diff content limits"
msgstr ""
...
...
@@ -26774,6 +26780,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
msgid "Request a new one"
msgstr ""
msgid "Request details"
msgstr ""
...
...
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