summaryrefslogtreecommitdiff
path: root/billing/app/views/customers/show.html.haml
blob: b36ebafb86b4aa280785a04452193eb4dc607809 (plain)
1
2
3
4
5
6
7
8
= render :partial => 'payments/customer_data'
= link_to 'Make Payment', new_payment_path, :class => :btn
%h3 Transaction History
= render(:partial => "transaction", :collection => @transactions) # show subset with link to see more
- if @active_subscription
  %h3 Active Subscription
  = render :partial => "subscriptions/subscription_details", :locals => {:subscription => @active_subscription}
  = link_to 'All subscriptions', subscriptions_path