Add UI to manage the financial transaction types and classes
This commit is contained in:
parent
924f346b4c
commit
dae4d075fe
18 changed files with 171 additions and 0 deletions
9
app/views/admin/finances/index.html.haml
Normal file
9
app/views/admin/finances/index.html.haml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- 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'
|
||||
|
||||
- content_for :sidebar do
|
||||
%p= t('.first_paragraph').html_safe
|
||||
|
||||
#transaction_types_table= render 'transaction_types'
|
||||
Loading…
Add table
Add a link
Reference in a new issue