Added set numbers to page (Fixed #28).

This commit is contained in:
2024-12-29 09:00:54 +01:00
parent 0a40d42b6c
commit 9411e18a81
3 changed files with 5 additions and 5 deletions
+3 -1
View File
@@ -174,6 +174,7 @@ table.sortable tbody tr:nth-child(2n+1) td {
<th >Color</th>
<th >Element ID</th>
<th >Qty</th>
<th class="sorttable_nosort">Sets</th>
</tr>
</thead>
<tbody>
@@ -187,7 +188,8 @@ table.sortable tbody tr:nth-child(2n+1) td {
<td><a target="_blank" href="https://www.bricklink.com/v2/catalog/catalogitem.page?P={{ brick[0] }}">{{ brick[0] }}</a></td>
<td>{{ brick[1] }}</td>
<td><a target="_blank" href="https://www.rebrickable.com/elements/{{ brick[2] }}">{{ brick[2] }}</a></td>
<td>{{ brick[4] }}</td>
<td>{{ brick[4] }}</td>
<td>{{ brick[5] }}</td>
</tr>
{% endfor %}
</tbody>