Revert "remove unnecessary disable-sort-click"

This reverts commit 78505b403d.
master
Aevann 2023-02-24 08:49:55 +02:00
parent 858592965f
commit 4b470fcb04
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<thead class="bg-primary text-white">
<tr>
<th>Name</th>
<th>Blocking since</td>
<th class="disable-sort-click">Blocking since</td>
</tr>
</thead>
<tbody id="blockers-table">

View File

@ -6,7 +6,7 @@
<thead class="bg-primary text-white">
<tr>
<th>Name</th>
<th>Following since</td>
<th class="disable-sort-click">Following since</td>
{% if v.id == u.id %}
<th class="disable-sort-click"></th>
{% endif %}