Merge pull request 'fix-spacing' (#651) from fix-spacing into staging
Some checks are pending
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test (push) Successful in 10m51s

Reviewed-on: #651
This commit is contained in:
philipp 2024-07-28 07:14:07 +02:00
commit 26aa222bc6

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>