Skip to content
Snippets Groups Projects
Commit 7f1a3635 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#756 - added tooltip for transfers to display source and destination account

parent b68b5ff5
No related branches found
No related tags found
No related merge requests found
Pipeline #8146 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<i class="material-icons">repeat</i> <i class="material-icons">repeat</i>
</#if> </#if>
<#if transaction.isTransfer()> <#if transaction.isTransfer()>
<i class="material-icons">swap_horiz</i> <i class="material-icons tooltipped" data-position="bottom" data-tooltip="${transaction.getAccount().getName()} ➔ ${transaction.getTransferAccount().getName()}">swap_horiz</i>
</#if> </#if>
<#if !transaction.isRepeating() && !transaction.isTransfer()> <#if !transaction.isRepeating() && !transaction.isTransfer()>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment