Sha256: 26743a656f141b8aaccf527a5c040716e307e403e836e6f635ae24ae9cf707b9
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
%h2 = t('devise.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 %p = f.label :password %br/ = f.password_field :password %p = f.label :password_confirmation %br/ = f.password_field :password_confirmation %p= f.submit t('devise.change_my_password') = render "devise/shared/links"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/devise/passwords/edit.html.haml |