Browse Source

update balance position

main
ghost 4 months ago
parent
commit
a8b876bb96
  1. 6
      templates/default/user/list.html.twig

6
templates/default/user/list.html.twig

@ -9,9 +9,9 @@ @@ -9,9 +9,9 @@
<strong>
@{{ user.name }}
</strong>
<p>
{{ 'balance' | trans }}: {{ user.balance }}
</p>
<span style="float:right">{# @TODO #}
{{ 'balance: %s KVA' | trans | format(user.balance) }}
</span>
<p>
{{ 'boost' | trans }}: {{ user.address }}
</p>

Loading…
Cancel
Save