update: move tickets row to main table instead of table footer

This commit is contained in:
AnabolicsAnonymous
2025-01-10 18:27:16 -06:00
parent f76bec9191
commit 9d173bed0f

View File

@@ -328,8 +328,6 @@
</td>
</tr>
@endforelse
</tbody>
<tfoot>
<tr>
<td
colspan="{{ 7 + (int) auth()->user()->group->is_modo + (int) config('announce.connectable_check') }}"
@@ -341,7 +339,7 @@
</a>
</td>
</tr>
</tfoot>
</tbody>
</table>
</div>
</section>