diff options
Diffstat (limited to 'billing/app/views/payments/index.html.haml')
-rw-r--r-- | billing/app/views/payments/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/billing/app/views/payments/index.html.haml b/billing/app/views/payments/index.html.haml index f994fe5..7a89917 100644 --- a/billing/app/views/payments/index.html.haml +++ b/billing/app/views/payments/index.html.haml @@ -1,3 +1,4 @@ +%h2=t :transaction_history - if (@transactions.count == 0) = t(:no_transaction_history) - @transactions.each do |t| |