Show incoming pool transactions as green

This commit is contained in:
skftn 2018-10-31 17:34:17 +01:00
parent 1d2fe54b9a
commit 921cdb324b
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<br>
<a target="_blank" href="https://explore.wownero.com/tx/{{tx['txid']}}">{{tx['txid'][:32]}}...</a>
<span class="amount{% if tx['type'] == 'in' %} in{% endif %}">
{% if tx['type'] == 'in' %}
<span class="amount{% if tx['type'] in ['pool', 'in'] %} in{% endif %}">
{% if tx['type'] in ['in', 'pool'] %}
+
{% else %}
-