summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/index.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-08-01 12:18:03 -0700
committerjessib <jessib@riseup.net>2013-08-01 12:18:03 -0700
commita98752629c8d04a5fde2287a924855de63321bb2 (patch)
treed76250a6c7998de9a8cff9a8912fda0c70a44057 /billing/app/views/payments/index.html.haml
parent368dbc55966b2b74699065e07de28fe321f286b6 (diff)
Start to functionality for admins viewing billing of other users.
Diffstat (limited to 'billing/app/views/payments/index.html.haml')
-rw-r--r--billing/app/views/payments/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/billing/app/views/payments/index.html.haml b/billing/app/views/payments/index.html.haml
index a3ad067..f994fe5 100644
--- a/billing/app/views/payments/index.html.haml
+++ b/billing/app/views/payments/index.html.haml
@@ -1,2 +1,4 @@
+- 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