foodsoft/app/views/admin/finances/index.html.haml

15 lines
493 B
Plaintext
Raw Normal View History

- 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'
- content_for :sidebar do
%p= t('.first_paragraph').html_safe
2018-09-14 19:33:27 +02:00
%h2= t('.transaction_types')
#transaction_types_table= render 'transaction_types'
2018-09-14 19:33:27 +02:00
%h2= t('.bank_accounts')
#bank_accounts_table= render 'bank_accounts'