diff options
Diffstat (limited to 'app/views/profile/password.html.haml')
-rw-r--r-- | app/views/profile/password.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profile/password.html.haml b/app/views/profile/password.html.haml index 257dacb1ad3..d0aee7ac6b3 100644 --- a/app/views/profile/password.html.haml +++ b/app/views/profile/password.html.haml @@ -16,4 +16,4 @@ = f.label :password_confirmation .input= f.password_field :password_confirmation .actions - = f.submit 'Save', class: "btn primary" + = f.submit 'Save', class: "btn save-btn" |