Skip to content

Commit

Permalink
Update show.html.haml: removed outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjavurek authored Dec 2, 2024
1 parent 35f893c commit 4b1e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/finance/financial_links/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
%th
%th= 'total (bank transactions + invoices - financial transactions):'
%th
%th.numeric{style: 'width:5em'}= format_currency(@financial_link.amount) # total_plus + total_minus)
%th.numeric{style: 'width:5em'}= format_currency(@financial_link.amount)
%th

%p
Expand Down

0 comments on commit 4b1e8d9

Please sign in to comment.