Files
nairobi/app/components
Javi Martín 698fc753ba Fix invalid HTML in budget stats tables
The <th> elements should be inside <tr> elements.

Since we're changing this code, we're also adding <thead> and <tbody>
tags because that's what we usually do and it makes it easier to select
<tr> tags from either the table head or the table body using CSS or
JavaScript.
2023-02-20 14:20:50 +01:00
..
2021-10-01 16:19:10 +02:00
2021-12-30 14:45:48 +01:00