| <%= link_to account.name, account_path(account) %> | <%= price_to_currency(@approved_amount_by_account[account.id], account.currency) if @approved_amount_by_account[account.id] %> |
|---|
| <%= link_to l(:label_finance_disapproved_income), disapproved_operations_url(true) %> | <%= prices_collection_by_currency(@disapproved_income).join(' ').html_safe -%> |
|---|---|
| <%= link_to l(:label_finance_disapproved_expense), disapproved_operations_url(false) %> | <%= prices_collection_by_currency(@disapproved_expense).join(' ').html_safe -%> |