Add UI to manage the financial transaction types and classes

This commit is contained in:
Patrick Gansterer 2017-06-28 12:56:56 +02:00
parent 924f346b4c
commit dae4d075fe
18 changed files with 171 additions and 0 deletions

View 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'