update balance info position

This commit is contained in:
ghost 2024-02-18 02:57:23 +02:00
parent 4c7fc2f910
commit d8901e921d

View File

@ -7,18 +7,21 @@
<li> <li>
<div> <div>
<strong> <strong>
@{{ user.name }} / {{ 'balance' | trans }}: {{ user.balance }} / {{ 'boost' | trans }}: {{ user.address }} @{{ user.name }}
</strong> </strong>
<span style="float:right">{# @TODO #}
{% for namespace, total in user.rooms %}
<a href="{{
path('room_namespace',
{
mode : request.get('mode'),
namespace : namespace, _fragment : 'latest'
}) }}">{{ namespace | keva_namespace_value }}</a>
{{ total }}
{% endfor %}
</span>
<br /> <br />
{% for namespace, total in user.rooms %} {{ 'balance' | trans }}: {{ user.balance }} &bull; {{ 'boost' | trans }}: {{ user.address }}
<a href="{{
path('room_namespace',
{
mode : request.get('mode'),
namespace : namespace, _fragment : 'latest'
}) }}">{{ namespace | keva_namespace_value }}</a>
{{ total }}
{% endfor %}
</div> </div>
</li> </li>
{% endfor %} {% endfor %}