mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Show incoming pool transactions as green
This commit is contained in:
parent
1d2fe54b9a
commit
921cdb324b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue