Added set numbers to page (Fixed #28).
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user