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

search: order of columns should be the same as in transaction overview

parent ab02c8b6
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@
<div class="col s3 center-align bold transaction-text">
${dateService.getDateStringNormal(transaction.date)}
</div>
<@transactionsMacros.transactionType transaction/>
<@transactionsMacros.transactionAccountIcon transaction/>
<@transactionsMacros.transactionType transaction/>
<@transactionsMacros.transactionLinks transaction/>
</div>
<div class="row valign-wrapper no-margin-bottom">
......@@ -56,8 +56,8 @@
${dateService.getDateStringNormal(transaction.date)}
</div>
<@transactionsMacros.transactionCategory transaction "left-align"/>
<@transactionsMacros.transactionType transaction/>
<@transactionsMacros.transactionAccountIcon transaction/>
<@transactionsMacros.transactionType transaction/>
<@transactionsMacros.transactionNameAndDescription transaction "l3 xl4"/>
<@transactionsMacros.transactionAmount transaction transaction.getAccount() "l2 xl2"/>
<@transactionsMacros.transactionLinks transaction/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment