=page_header "Resend unlock instructions" = simple_form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| = f.error_notification = f.input :email, :required => true .form-actions = f.button :submit, "Resend unlock instructions"