forked from MarseyWorld/MarseyWorld
show the time a hole was created on
parent
4ccbc5a6b5
commit
87578283d2
|
@ -15,6 +15,7 @@
|
||||||
<th onclick="sort_table(2)">Posts</th>
|
<th onclick="sort_table(2)">Posts</th>
|
||||||
<th onclick="sort_table(3)">Followers</th>
|
<th onclick="sort_table(3)">Followers</th>
|
||||||
<th onclick="sort_table(4)">Blockers</th>
|
<th onclick="sort_table(4)">Blockers</th>
|
||||||
|
<th onclick="sort_table(5)">Created On</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
@ -25,6 +26,7 @@
|
||||||
<td><a href="/h/{{sub}}" >{{count}}</a></td>
|
<td><a href="/h/{{sub}}" >{{count}}</a></td>
|
||||||
<td><a href="/h/{{sub}}/followers">{{sub.follow_num}}</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><a href="/h/{{sub}}/blockers">{{sub.block_num}}</a></td>
|
||||||
|
<td data-time="{{sub.created_utc}}"></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
@ -32,4 +34,4 @@
|
||||||
|
|
||||||
<script defer src="{{'js/sort_table.js' | asset}}"></script>
|
<script defer src="{{'js/sort_table.js' | asset}}"></script>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue