summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/payments/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'engines/billing/app/views/payments/index.html.haml')
-rw-r--r--engines/billing/app/views/payments/index.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/billing/app/views/payments/index.html.haml b/engines/billing/app/views/payments/index.html.haml
new file mode 100644
index 0000000..7a89917
--- /dev/null
+++ b/engines/billing/app/views/payments/index.html.haml
@@ -0,0 +1,5 @@
+%h2=t :transaction_history
+- if (@transactions.count == 0)
+ = t(:no_transaction_history)
+- @transactions.each do |t|
+ = render :partial => "transaction_details", :locals => {:transaction => t} \ No newline at end of file