diff options
Diffstat (limited to 'billing/app/views/payments')
-rw-r--r-- | billing/app/views/payments/index.html.haml | 2 |
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 |