Sha256: f1a0d4101988b9e94b98d49ea24305eabb65099de78534a267f09caf6ab051b1
Contents?: true
Size: 675 Bytes
Versions: 40
Compression:
Stored size: 675 Bytes
Contents
- title 'Change your password' = form_for @user, url: push_type.user_password_path, html: { method: :put } do |f| = f.hidden_field :reset_password_token .row.text .columns = f.label :password, "New password" = f.password_field :password, autofocus: true, autocomplete: "off" .row.text .columns = f.label :password_confirmation, "Confirm new password" = f.password_field :password_confirmation, autocomplete: "off" .row.submit .columns %button.button.success.expand.radius{ data: { disable_with: 'Please wait...' } } = ficon :check, 'Change my password' - content_for :auth_links do = render 'devise/shared/links'
Version data entries
40 entries across 40 versions & 1 rubygems