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 @@
<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…
Cancel
Save