show the time a hole was created on

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-12 07:40:59 +02:00
parent 4ccbc5a6b5
commit 87578283d2
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
<th onclick="sort_table(2)">Posts</th>
<th onclick="sort_table(3)">Followers</th>
<th onclick="sort_table(4)">Blockers</th>
<th onclick="sort_table(5)">Created On</th>
</tr>
</thead>
@ -25,6 +26,7 @@
<td><a href="/h/{{sub}}" >{{count}}</a></td>
<td><a href="/h/{{sub}}/followers">{{sub.follow_num}}</a></td>
<td><a href="/h/{{sub}}/blockers">{{sub.block_num}}</a></td>
<td data-time="{{sub.created_utc}}"></td>
</tr>
{% endfor %}
</table>
@ -32,4 +34,4 @@
<script defer src="{{'js/sort_table.js' | asset}}"></script>
{% endblock %}
{% endblock %}