about summary refs log tree commit diff
path: root/app/views/auth/passwords/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/passwords/edit.html.haml')
-rw-r--r--app/views/auth/passwords/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/auth/passwords/edit.html.haml b/app/views/auth/passwords/edit.html.haml
index 06c50445a..caae60f21 100644
--- a/app/views/auth/passwords/edit.html.haml
+++ b/app/views/auth/passwords/edit.html.haml
@@ -5,8 +5,8 @@
   = render 'shared/error_messages', object: resource
   = f.input :reset_password_token, as: :hidden
 
-  = f.input :password, autofocus: true, autocomplete: "off", placeholder: 'New password'
-  = f.input :password_confirmation, autocomplete: "off", placeholder: 'Confirm new password'
+  = f.input :password, autofocus: true, autocomplete: "off", placeholder: 'New password', input_html: { 'aria-label' => 'New password' }
+  = f.input :password_confirmation, autocomplete: "off", placeholder: 'Confirm new password', input_html: { 'aria-label' => 'Confirm new password' }
 
   .actions
     = f.button :button, "Change my password", type: :submit