summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/views/payments/index.html.haml')
-rw-r--r--billing/app/views/payments/index.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/billing/app/views/payments/index.html.haml b/billing/app/views/payments/index.html.haml
deleted file mode 100644
index 7a89917..0000000
--- a/billing/app/views/payments/index.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-%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