summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/subscriptions/destroy.html.haml
blob: 44b43330126a5138fac8d17d5df520097d2e5185 (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(@user), :class=> :btn