mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
minor style adjustment
This commit is contained in:
parent
cb711abb26
commit
75613c4202
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
{% if transfers.in %}
|
{% if transfers.in %}
|
||||||
<ul>
|
<ul>
|
||||||
{% for transfer in transfers.in %}
|
{% for transfer in transfers.in %}
|
||||||
<li style="word-break:break-all;">{{ transfer.amount / 100000000000 }} WOW (<a href="https://wownero.club/transaction/{{ transfer.txid }}" target="_blank">{{ transfer.txid }}</a>)</li>
|
<li style="word-break:break-all;list-style:none;">{{ transfer.amount / 100000000000 }} WOW (<a href="https://wownero.club/transaction/{{ transfer.txid }}" target="_blank">{{ transfer.txid }}</a>)</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue