Sha256: 4e76ade30e6df1dc735650f90b37f94a295edc61a3fa4dc053398be1964a0c66
Contents?: true
Size: 322 Bytes
Versions: 5
Compression:
Stored size: 322 Bytes
Contents
= page_header "Resend confirmation instructions" = simple_form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| = f.error_notification = f.input :email, :required => true = f.button :submit, "Resend confirmation instructions", :class => 'btn'
Version data entries
5 entries across 5 versions & 1 rubygems