Compare commits
No commits in common. "26aa222bc604064ba8a239263d8a1fe73039ff2f" and "7689a39ac53279316aef7fd8e325c4e387239fe7" have entirely different histories.
26aa222bc6
...
7689a39ac5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user