mirror of
https://github.com/kevachat/webapp.git
synced 2025-09-05 10:51:50 +00:00
update info
This commit is contained in:
parent
d8901e921d
commit
559ecf8de0
@ -9,7 +9,15 @@
|
|||||||
<strong>
|
<strong>
|
||||||
@{{ user.name }}
|
@{{ user.name }}
|
||||||
</strong>
|
</strong>
|
||||||
<span style="float:right">{# @TODO #}
|
<p>
|
||||||
|
{{ 'balance' | trans }}: {{ user.balance }}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
{{ 'boost' | trans }}: {{ user.address }}
|
||||||
|
</p>
|
||||||
|
{% if user.rooms | length %}
|
||||||
|
<p>
|
||||||
|
{{ 'rooms' | trans }}:
|
||||||
{% for namespace, total in user.rooms %}
|
{% for namespace, total in user.rooms %}
|
||||||
<a href="{{
|
<a href="{{
|
||||||
path('room_namespace',
|
path('room_namespace',
|
||||||
@ -19,9 +27,8 @@
|
|||||||
}) }}">{{ namespace | keva_namespace_value }}</a>
|
}) }}">{{ namespace | keva_namespace_value }}</a>
|
||||||
{{ total }}
|
{{ total }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</span>
|
</p>
|
||||||
<br />
|
{% endif %}
|
||||||
{{ 'balance' | trans }}: {{ user.balance }} • {{ 'boost' | trans }}: {{ user.address }}
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user