Add FinancialLinksController#incomplete
This commit is contained in:
parent
057f3ec8ea
commit
645c142bf6
4 changed files with 47 additions and 1 deletions
14
app/views/finance/financial_links/incomplete.html.haml
Normal file
14
app/views/finance/financial_links/incomplete.html.haml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue