Sha256: 5bd3ac534f1c6e3725a26ead2de412af0bad70eda42e2bc396fd28ba9649004c
Contents?: true
Size: 1.11 KB
Versions: 34
Compression:
Stored size: 1.11 KB
Contents
- content_for :title do I18n.t("iugu.change_your_password") end .default-sdk-wrapper .default-sdk-dialog .container.no-padding = render :partial => "iugu/shared/responsive-dialog.header" .padding = simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :class => "no-bottom-margin" }) do |f| - if resource.errors.size > 0 .notice.notice-red = f.error_notification %h6.no-bottom-margin = I18n.t("iugu.change_your_password") .inputs = f.input :password, :label => false, :placeholder => I18n.t("iugu.new_password"), :required => true = f.input :password_confirmation, :label => false, :placeholder => I18n.t("iugu.confirm_your_new_password"), :required => true = f.input :reset_password_token, :as => :hidden .actions = f.button :submit, I18n.t("iugu.change_my_password"), :class => "full-width default" %a.button.no-bottom-margin{ :href => new_session_path(resource_name) } = I18n.t("iugu.back")
Version data entries
34 entries across 34 versions & 1 rubygems