Sha256: 4c502f238c9cbc07be8aa2c3f57c3825a4467b10e633446c373a09956a8049fd
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
%h2= t('carnival_devise.passwords.change_message') = 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, t('carnival_devise.passwords.new') %br/ = f.password_field :password, :autofocus => true %div = f.label :password_confirmation, t('carnival_devise.passwords.confirm') %br/ = f.password_field :password_confirmation %div= f.submit t('carnival_devise.passwords.change') = render "devise/shared/links"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
carnival_devise_views-0.0.2 | app/views/haml/devise/passwords/edit.html.haml |