2017-06-28 12:56:56 +02:00
|
|
|
- title t '.title'
|
|
|
|
|
|
|
|
- content_for :actionbar do
|
|
|
|
= link_to t('.new_financial_transaction_class'), new_admin_financial_transaction_class_path, remote: true, class: 'btn btn-primary'
|
2018-09-14 19:33:27 +02:00
|
|
|
= link_to t('.new_bank_account'), new_admin_bank_account_path, remote: true, class: 'btn'
|
2021-03-05 12:44:53 +01:00
|
|
|
= link_to t('.new_bank_gateway'), new_admin_bank_gateway_path, remote: true, class: 'btn'
|
2022-02-20 16:43:20 +01:00
|
|
|
= link_to t('.new_supplier_category'), new_admin_supplier_category_path, remote: true, class: 'btn'
|
2017-06-28 12:56:56 +02:00
|
|
|
|
|
|
|
- content_for :sidebar do
|
|
|
|
%p= t('.first_paragraph').html_safe
|
|
|
|
|
2018-09-14 19:33:27 +02:00
|
|
|
%h2= t('.transaction_types')
|
2017-06-28 12:56:56 +02:00
|
|
|
#transaction_types_table= render 'transaction_types'
|
2018-09-14 19:33:27 +02:00
|
|
|
|
|
|
|
%h2= t('.bank_accounts')
|
|
|
|
#bank_accounts_table= render 'bank_accounts'
|
2021-03-05 12:44:53 +01:00
|
|
|
|
|
|
|
%h2= t('.bank_gateways')
|
|
|
|
#bank_gateways_table= render 'bank_gateways'
|
2022-02-20 16:43:20 +01:00
|
|
|
|
|
|
|
%h2= t('.supplier_categories')
|
|
|
|
#supplier_categories_table= render 'supplier_categories'
|