new.html.haml revision 67ea9fccbdc154cf2418f16ab8883ccfcbc77b51
2454dfa32c93c20a8522c6ed42fe057baaac9f9aStephan Bosch%h2= @page_title = 'Resend confirmation instructions'
5cdd1691e5185ecfe424f5de7b6f697813b88ba2Timo Sirainen= simple_form_for resource, :url => confirmation_path(resource_name), html: { class: 'form-horizontal' } do |f|
dfa2201c6ac8ddb2d2798dee15662cfe774e644eMartti Rannanjärvi = f.input :email, :required => false, :input_html => {:required => true, :autofocus => true}
5e9a39da0a9aba60b50e2c1d401f102703431b73Timo Sirainen .form-actions
5cdd1691e5185ecfe424f5de7b6f697813b88ba2Timo Sirainen = f.button :submit, "Resend confirmation instructions", disable_with: t(:wait), class: 'btn-primary'
5cdd1691e5185ecfe424f5de7b6f697813b88ba2Timo Sirainen= render "mappings"