mirror of https://github.com/kevachat/webapp.git
phpkevacoinjs-lessblockchainsymfonycommunicationchatwebchatblockchain-chatkevachatdistributed-database
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
597 B
21 lines
597 B
<div> |
|
{{ 'block:' | trans }} {{ wallet.block }} |
|
/ |
|
{{ 'balance:' | trans }} {{ wallet.balance }} |
|
{% if mine.address %} |
|
/ |
|
{{ 'charge:' | trans }} |
|
<pre>{{ mine.address }}</pre> |
|
{% endif %} |
|
{% if mine.pool %} |
|
/ |
|
{{ 'mine:' | trans }} |
|
{% if mine.pool.url %} |
|
<a href="{{ mine.pool.url }}" target="_blank">{{ 'pool' | trans }}</a> |
|
{% endif %} |
|
{% if mine.solo.url %} |
|
| |
|
<a href="{{ mine.solo.url }}" target="_blank">{{ 'solo' | trans }}</a> |
|
{% endif %} |
|
{% endif %} |
|
</div> |