- page_title << organization.name - page_title << "Delete" .pageHeader %h1.pageHeader__title %span.pageHeader__titlePrevious = organization.name → Delete organization = render 'nav', :active_nav => :delete .pageContent.pageContent--compact %h2.pageContent__intro.u-margin If you no longer need this organization you can delete it. When you delete an organization all its mail servers & data will be deleted from our systems. .dangerZone %p.pageContent__text.u-margin To continue to delete this organization, please enter your password in the field below and press continue. There will be no other confirmations. = form_tag [organization, :delete], :method => :delete, :remote => true do = hidden_field_tag 'return_to', params[:return_to] %p.u-margin = password_field_tag "password", '', :class => 'input input--text input--danger' .buttonSet.u-center = submit_tag "Delete this organization, mail servers and all messages", :class => 'button button--danger js-form-submit'