Sha256: 3b2b3a9ed5fbbf8f1d795d742c8c1a56e7a2e3a640b7090b3ac4d166a68ade29
Contents?: true
Size: 557 Bytes
Versions: 12
Compression:
Stored size: 557 Bytes
Contents
- content_for :title do → = t '.title' = simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| = f.error_notification = f.input :reset_password_token, :as => :hidden = f.full_error :reset_password_token .form-inputs = f.input :password, :label => t('.new_pass'), :required => true, :autofocus => true = f.input :password_confirmation, :label => t('.confirm'), :required => true .form-actions = f.button :submit, t('.submit') = render "devise/shared/links"
Version data entries
12 entries across 12 versions & 1 rubygems