new.html.haml revision 40538f8b3af5a0f23baf731faf39f4abf6b78176
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen%h2= @page_title = 'Resend confirmation instructions'
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen= simple_form_for resource, :url => confirmation_path(resource_name), html: { class: 'form-horizontal' } do |f|
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen = f.input :email, :required => false, :input_html => {:required => true, :autofocus => true}
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen .form-actions
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen = f.button :submit, "Resend confirmation instructions", disable_with: t(:wait), class: 'btn-primary'
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen= render "links"