summaryrefslogtreecommitdiff
path: root/billing/app/views/subscriptions/destroy.html.haml
blob: e7ed6e8a20bb564d7b617cf0851fb36ebdda8b31 (plain)
1
2
3
4
5
6
7
- if @result.success?
  Subscription destroyed
- else
  Error:
  = @result.message
%p
  = link_to 'Customer Information', show_customer_path(@customer.braintree_customer_id), :class=> :btn