mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 12:34:25 +00:00
update balance position
This commit is contained in:
parent
559ecf8de0
commit
a8b876bb96
@ -9,9 +9,9 @@
|
|||||||
<strong>
|
<strong>
|
||||||
@{{ user.name }}
|
@{{ user.name }}
|
||||||
</strong>
|
</strong>
|
||||||
<p>
|
<span style="float:right">{# @TODO #}
|
||||||
{{ 'balance' | trans }}: {{ user.balance }}
|
{{ 'balance: %s KVA' | trans | format(user.balance) }}
|
||||||
</p>
|
</span>
|
||||||
<p>
|
<p>
|
||||||
{{ 'boost' | trans }}: {{ user.address }}
|
{{ 'boost' | trans }}: {{ user.address }}
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user