mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 20:54:04 -06:00
Fix sorting [skip ci]
This commit is contained in:
parent
5cf0939ff9
commit
d7d9358136
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user