Sha256: b023ea371788896c7f8f2c0343cb88605ebe0ac142932498d01e457ce7870c35
Contents?: true
Size: 596 Bytes
Versions: 4
Compression:
Stored size: 596 Bytes
Contents
%h2 = I18n.t("iugu.change_your_password") = 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 .inputs = f.input :password, :label => I18n.t("iugu.new_password"), :required => true = f.input :password_confirmation, :label => I18n.t("iugu.confirm_your_new_password"), :required => true .actions = f.button :submit, I18n.t("iugu.change_my_password") = render :partial => "devise/shared/links"
Version data entries
4 entries across 4 versions & 1 rubygems