mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Some CSS changes
This commit is contained in:
parent
9759769300
commit
2545eecd17
15 changed files with 221 additions and 96 deletions
|
@ -5,7 +5,13 @@
|
|||
</span>
|
||||
|
||||
<span class="height">
|
||||
<b>Blockheight</b>: {{tx['height']}}</span>
|
||||
<b>Blockheight</b>:
|
||||
{% if tx['type'] == 'pool' %}
|
||||
soon^tm
|
||||
{% else %}
|
||||
{{tx['height']}}
|
||||
{% endif %}
|
||||
</span>
|
||||
<br>
|
||||
|
||||
<a target="_blank" href="https://explore.wownero.com/tx/{{tx['txid']}}">{{tx['txid'][:32]}}...</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue