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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
faafde2d
Commit
faafde2d
authored
Feb 11, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix new password page UI
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1af84f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
+21
-21
app/views/profiles/passwords/new.html.haml
app/views/profiles/passwords/new.html.haml
+21
-21
No files found.
app/views/profiles/passwords/new.html.haml
View file @
faafde2d
=
form_for
@user
,
url:
profile_password_path
,
method: :post
do
|
f
|
.light-well.padded
%p
.slead
Please set new password before proceed.
%br
After successful password update you will be redirected to login screen
-
if
@user
.
errors
.
any?
.alert.alert-danger
%ul
-
@user
.
errors
.
full_messages
.
each
do
|
msg
|
%li
=
msg
%h3
.page-title
Setup new password
%hr
=
form_for
@user
,
url:
profile_password_path
,
method: :post
,
html:
{
class:
'form-horizontal '
}
do
|
f
|
%p
.slead
Please set new password before proceed.
%br
After successful password update you will be redirected to login screen
-
if
@user
.
errors
.
any?
.alert.alert-danger
%ul
-
@user
.
errors
.
full_messages
.
each
do
|
msg
|
%li
=
msg
.form-group
=
f
.
label
:password
.col-sm-10
=
f
.
password_field
:password
,
required:
true
.form-group
=
f
.
label
:password_confirmation
.col-sm-10
=
f
.
password_field
:password_confirmation
,
required:
true
.form-group
.col-sm-10
=
f
.
submit
'Set new password'
,
class:
"btn btn-create"
.form-group
=
f
.
label
:password
,
class:
'control-label'
.col-sm-10
=
f
.
password_field
:password
,
required:
true
,
class:
'form-control'
.form-group
=
f
.
label
:password_confirmation
,
class:
'control-label'
.col-sm-10
=
f
.
password_field
:password_confirmation
,
required:
true
,
class:
'form-control'
.form-actions
=
f
.
submit
'Set new password'
,
class:
"btn btn-create"
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