Update HAML

This commit is contained in:
Patrick Gansterer 2020-08-12 02:44:19 +02:00
parent 5f60844a13
commit 271af8f59f
5 changed files with 8 additions and 6 deletions

View file

@ -33,7 +33,7 @@
if (item) {
ele.show();
ele.find('.amount').text(item.amount);
ele.find('.reference').text((#{BankTransactionReference.js_code_for_user(@current_user)})(item.values));
ele.find('.reference').text((#{raw BankTransactionReference.js_code_for_user(@current_user)})(item.values));
} else {
ele.hide();
}