summaryrefslogtreecommitdiff
path: root/billing/app/views/customers/show.html.haml
blob: 741668204e36f9fd1532d8f58b7a7d4b69e52c0e (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 @subscriptions.any?
  %h3 Active Subscriptions
  = # todo: won't really have multiple subscriptions
  = render(:partial => "subscription", :collection => @subscriptions)