Browse Source

show nickname instead of gravatar

main
ghost 7 months ago
parent
commit
0e9e83a83f
  1. 5
      templates/default/room/index.html.twig

5
templates/default/room/index.html.twig

@ -7,7 +7,10 @@ @@ -7,7 +7,10 @@
<div>
<a name="{{ post.id }}"></a>
{% if post.icon %}
<img src="{{ post.icon }}" alt="icon" />
{# <img src="{{ post.icon }}" alt="icon" /> #}
<strong>
@{{ post.user }}
</strong>
{% else %}
<strong>
@{{ 'anon' | trans }}

Loading…
Cancel
Save