From a98752629c8d04a5fde2287a924855de63321bb2 Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 1 Aug 2013 12:18:03 -0700 Subject: Start to functionality for admins viewing billing of other users. --- billing/app/views/payments/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'billing/app/views/payments/index.html.haml') 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 -- cgit v1.2.3