diff options
author | jessib <jessib@riseup.net> | 2013-08-06 14:21:08 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-08-06 14:21:08 -0700 |
commit | 6f5e2c2cdcbdb9ea4aca71f0bde2a935d979da3f (patch) | |
tree | 501cd66ee60980711983a6860ea00fcaf2dd8639 /billing/app/views/payments/index.html.haml | |
parent | 926ab284677079c8ea02013e8af0647d3a1ce516 (diff) |
Some more tweaks to have billing code work, and allow admins to view but not edit for other users.
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| |