Skip to content

Commit

Permalink
I18n app/views/dashboard/_login_more.html.haml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Jun 10, 2015
1 parent dff5413 commit 7215d94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vmdb/app/views/dashboard/_login_more.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
#login_more_div
.form-group
%label.col-sm-3.col-md-3.control-label
New Password
= _('New Password')
.col-sm-10.col-md-9
= password_field_tag('user_new_password', nil,
:onkeypress => "if(miqEnterPressed(event)) miqAjaxAuth();",
:autocomplete => "off",
:autocomplete => "off",
:class => "form-control")
.form-group
%label.col-sm-3.col-md-3.control-label
Verify Password
= _('Verify Password')
.col-sm-10.col-md-9
= password_field_tag('user_verify_password', nil,
:onkeypress => "if(miqEnterPressed(event)) miqAjaxAuth();",
:autocomplete => "off",
:autocomplete => "off",
:class => "form-control")
-else
#login_more_div{:style=>"display:none;"}
#login_more_div{:style => "display:none;"}

0 comments on commit 7215d94

Please sign in to comment.