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