Update tracks related templates

This commit is contained in:
2024-11-04 22:31:56 +01:00
parent 9a832bca82
commit 7d8c539e47
3 changed files with 7 additions and 7 deletions

View File

@@ -18,12 +18,12 @@
<td>{{ d.item.ratio }}</td>
</tr>
<tr>
<th class="w-33" scope="row">Gauge</th>
<td>{{ d.item.gauge }}</td>
<th class="w-33" scope="row">Tracks</th>
<td>{{ d.item.tracks }} mm</td>
</tr>
<tr>
<th class="w-33" scope="row">Tracks</th>
<td>{{ d.item.tracks }}</td>
<th class="w-33" scope="row">Gauge</th>
<td>{{ d.item.gauge }}</td>
</tr>
</tbody>
</table>