Add admin UI for BankGateway

This commit is contained in:
Patrick Gansterer 2021-03-05 12:44:53 +01:00
parent 87fe9ccdb1
commit 79fdb4dafb
11 changed files with 99 additions and 0 deletions

View file

@ -3,6 +3,7 @@
- content_for :actionbar do
= link_to t('.new_financial_transaction_class'), new_admin_financial_transaction_class_path, remote: true, class: 'btn btn-primary'
= link_to t('.new_bank_account'), new_admin_bank_account_path, remote: true, class: 'btn'
= link_to t('.new_bank_gateway'), new_admin_bank_gateway_path, remote: true, class: 'btn'
- content_for :sidebar do
%p= t('.first_paragraph').html_safe
@ -12,3 +13,6 @@
%h2= t('.bank_accounts')
#bank_accounts_table= render 'bank_accounts'
%h2= t('.bank_gateways')
#bank_gateways_table= render 'bank_gateways'