Commit bf9372ea authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'password-reset-wording' into 'master'

Password Reset Wording
parents 177b953d e0022912
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
%hr %hr
= form_for @user, url: profile_password_path, method: :post, html: { class: 'form-horizontal '} do |f| = form_for @user, url: profile_password_path, method: :post, html: { class: 'form-horizontal '} do |f|
%p.slead %p.slead
Please set new password before proceed. Please set a new password before proceeding.
%br %br
After successful password update you will be redirected to login screen After a successful password update you will be redirected to login screen.
-if @user.errors.any? -if @user.errors.any?
.alert.alert-danger .alert.alert-danger
%ul %ul
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment