Compare commits

..

No commits in common. "c13dfdaa77d285679584bcefd0ae0c34affe2eaf" and "2fdcab90305f9292625ea7c5ae6cf68d19cc1b59" have entirely different histories.

View File

@ -59,9 +59,9 @@
{% if user.last_access %}• ⏳ {{ user.last_access | date }}{% endif %}
</span>
<small class="block text-gray-600 dark:text-gray-100">
{% for role in user.roles -%}
{% for role in user.roles %}
{{ role }}
{%- if not loop.last %}, {% endif -%}
{% if not loop.last %},{% endif %}
{% endfor %}
</small>
</span>