mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix sorting [skip ci]
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<table class="table table-bordered table-striped sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-defaultsort="disabled"> </th>
|
||||
<th>Name</th>
|
||||
@@ -10,7 +11,8 @@
|
||||
<th>Will be automatched</th>
|
||||
<th>Repeats every</th>
|
||||
<th data-defaultsort="disabled"> </th>
|
||||
</tr>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
{% for entry in bills %}
|
||||
<tr>
|
||||
<td>
|
||||
@@ -81,4 +83,5 @@
|
||||
</tr>
|
||||
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user