Show incoming pool transactions as green

supply_api
skftn 6 years ago
parent 1d2fe54b9a
commit 921cdb324b

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

Loading…
Cancel
Save