Sha256: 8e4476321fabc91d6e5d044525acea45d7066273179d670fdfed73fe3dab6bc9
Contents?: true
Size: 940 Bytes
Versions: 34
Compression:
Stored size: 940 Bytes
Contents
- content_for :title do I18n.t("iugu.forgot_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 => :post, :class => "no-bottom-margin" }) do |f| - if resource.errors.size > 0 .notice.notice-red = f.error_notification %h6.no-bottom-margin = I18n.t("iugu.forgot_your_password?") .inputs = f.input :email, :required => false, :label => false, :placeholder => "E-mail" .actions = f.button :submit, I18n.t("iugu.send_me_reset_password_instructions"), :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