diff --git a/app/views/modal/_password.haml b/app/views/modal/_password.haml index ab30621c..70e22835 100644 --- a/app/views/modal/_password.haml +++ b/app/views/modal/_password.haml @@ -10,4 +10,4 @@ = f.password_field :current_password, autocomplete: "current-password" .modal-footer %button.btn.btn-default{ data: { dismiss: :modal }, type: :button }= t("voc.cancel") - = f.primary + = f.primary class: 'btn btn-primary', data: { disable_with: false }