oneclickorgs/one-click-orgs

View on GitHub
app/views/members/coop/confirm_resign.html.haml

Summary

Maintainability
Test Coverage
%h2
  Are you sure you want to resign?

%p
  You will immediately lose access to
  = co.name + '.'
  To rejoin, you will have to submit a new application for membership.

  = form_for(@member, :url => resign_member_path(@member), :html => { :class => 'member resign confirm'}) do |f|
    %p
      = submit_tag "Resign", :id => 'submit'
  %p
    = link_to("Cancel", root_path)