Add FinancialLinksController#incomplete

This commit is contained in:
Patrick Gansterer 2019-11-19 12:51:08 +01:00
parent 057f3ec8ea
commit 645c142bf6
4 changed files with 47 additions and 1 deletions

View file

@ -0,0 +1,14 @@
- title t('.title')
%table.table.table-striped
%thead
%tr
%th= heading_helper FinancialLink, :id
%th= heading_helper FinancialLink, :note
%th= heading_helper FinancialTransaction, :amount
%tbody
- for fl in @financial_links
%tr
%td= link_to fl.id, finance_link_path(fl)
%td= fl.note
%td= format_currency fl.full_sum