aboutsummaryrefslogtreecommitdiff
path: root/templates/income
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-18 11:21:50 +0200
committerJoris Guyonvarch2026-04-18 11:21:50 +0200
commitf3c8651faaea7d1c2900442cdba9e8aec49e8f45 (patch)
treef2b2cdc9c48ce62799eab19b1112141b231637c7 /templates/income
parent6d1300640051baa23360846197b54e1e69ae32e3 (diff)
Fix income table header desync
Diffstat (limited to 'templates/income')
-rw-r--r--templates/income/table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/income/table.html b/templates/income/table.html
index 34ee096..079e80a 100644
--- a/templates/income/table.html
+++ b/templates/income/table.html
@@ -38,8 +38,8 @@
<span class="g-Table__Cell g-Table__NumericCell">
{{ income.amount | euros() }}
</span>
- <span class="g-Table__Cell">{{ income.user }}</span>
<span class="g-Table__Cell">{{ income.date }}</span>
+ <span class="g-Table__Cell">{{ income.user }}</span>
</a>
{% endfor %}
</div>