forked from rDrama/rDrama
1
0
Fork 0

followers table

master
Aevann1 2022-09-06 00:02:08 +02:00
parent ae0dd18192
commit 185fc04101
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
<tr>
<td>{{loop.index}}</td>
<td>{% include "user_in_table.html" %}</td>
<td data-time="{{follow.created_utc}}"></td>
<td {% if follow.created_utc > 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}></td>
{% if v.id == u.id %}
<td><div class="btn btn-danger pr-2" onclick="removeFollower(event, '{{user.username}}')">Remove follow</div></td>
<td><div class="btn btn-danger pr-2" onclick="removeFollower(event, '{{user.username}}')">Remove follow</div></td>
{% endif %}
</tr>
{% endfor %}