.row .col-md-6.center-block -bs_panel('Change your password','primary') do = bootstrap_form_for resource, :as => resource_name, :url => invitation_path(resource_name), :html => { :method => :put } do |f| = devise_error_messages! = f.hidden_field :invitation_token = f.password_field :password, autocomplete: "off",label: raw("Enter a Password") = f.password_field :password_confirmation, autocomplete: "off" = f.submit t("devise.invitations.edit.submit_button")