summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/payments/index.html.haml
blob: 01aa660a990b938ae354d35962f4e55b70b255c4 (plain)
1
2
3
4
5
6
/ check if necessary
%h2=t :transaction_history
- if (@transactions.count == 0)
  = t(:no_transaction_history)
- @transactions.each do |t|
  = render :partial => "transaction_details", :locals => {:transaction => t}