mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix #1369
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for piggy in piggyBanks %}
|
||||
<tr data-id="{{ piggy.id }}">
|
||||
<tr data-id="{{ piggy.id }}" data-order="{{ piggy.order }}" data-position="{{ loop.index0 }}">
|
||||
<td class="visible-xs visible-sm hidden-md hidden-lg">
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user