mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
update balance info position
This commit is contained in:
parent
4c7fc2f910
commit
d8901e921d
@ -7,18 +7,21 @@
|
||||
<li>
|
||||
<div>
|
||||
<strong>
|
||||
@{{ user.name }} / {{ 'balance' | trans }}: {{ user.balance }} / {{ 'boost' | trans }}: {{ user.address }}
|
||||
@{{ user.name }}
|
||||
</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 />
|
||||
{% 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 %}
|
||||
{{ 'balance' | trans }}: {{ user.balance }} • {{ 'boost' | trans }}: {{ user.address }}
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user