forked from rDrama/rDrama
1
0
Fork 0

add padding to members column

master
Aevann 2023-02-24 08:58:48 +02:00
parent 7f2d6a29a5
commit 6d5de82a09
1 changed files with 7 additions and 5 deletions

View File

@ -22,11 +22,13 @@
<td>{{loop.index}}</td> <td>{{loop.index}}</td>
<td>{{group.name}}</td> <td>{{group.name}}</td>
<td> <td>
<div class="mx-3">
{% for user in group.members %} {% for user in group.members %}
<span class="mr-2"> <span class="mr-2">
{% include "user_in_table.html" %} {% include "user_in_table.html" %}
</span> </span>
{% endfor %} {% endfor %}
</div>
</td> </td>
<td data-time="{{group.created_utc}}"></td> <td data-time="{{group.created_utc}}"></td>
<td> <td>