Sha256: b7efd0306593811687be6a3763bc6c64899ce16552f8dfa629d0cea44b0c4b84

Contents?: true

Size: 474 Bytes

Versions: 26

Compression:

Stored size: 474 Bytes

Contents

h2 Change your password
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f|
  = devise_error_messages!
  = f.hidden_field :reset_password_token
  div
    = f.label :password, "New password"
    br/
    = f.password_field :password
  div
    = f.label :password_confirmation, "Confirm new password"
    br/
    = f.password_field :password_confirmation
  div= f.submit "Change my password"
= render "devise/shared/links"

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/devise/passwords/edit.html.slim
gaku-0.2.4 frontend/app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.2.4 app/views/gaku/devise/passwords/edit.html.slim
gaku-0.2.3 frontend/app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.2.3 app/views/gaku/devise/passwords/edit.html.slim
gaku-0.2.2 frontend/app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.2.2 app/views/gaku/devise/passwords/edit.html.slim
gaku-0.2.1 frontend/app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.2.1 app/views/gaku/devise/passwords/edit.html.slim
gaku-0.2.0 frontend/app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.2.0 app/views/gaku/devise/passwords/edit.html.slim
gaku-0.1.1 frontend/app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.1.1 app/views/gaku/devise/passwords/edit.html.slim
gaku-0.1.0 frontend/app/views/gaku/devise/passwords/edit.html.slim
gaku_frontend-0.1.0 app/views/gaku/devise/passwords/edit.html.slim