Sha256: d4bc015293e307babdb4f63b78684213ead1087a5b407ac30d7947586da56d77

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 Bytes

Contents

%h2
  = I18n.t("iugu.resend_confirmation_instructions")
= simple_form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f|
  = f.error_notification
  .inputs
    = f.input :email, :required => true
  .actions
    = f.button :submit, I18n.t("iugu.resend_confirmation_instructions")
= render :partial => "devise/shared/links"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iugusdk-1.0.0.alpha.7 app/views/iugu/confirmations/new.html.haml
iugusdk-1.0.0.alpha.5 app/views/iugu/confirmations/new.html.haml
iugusdk-1.0.0.alpha.4 app/views/iugu/confirmations/new.html.haml
iugusdk-1.0.0.alpha.3 app/views/iugu/confirmations/new.html.haml