Minor UI improvement

This commit is contained in:
2025-04-29 22:34:46 +02:00
parent e9ec126ada
commit ece8d1ad94

View File

@@ -109,7 +109,7 @@
{% endif %}
<tr>
<th scope="row">Length</th>
<td>{{ consist.length }}: {% for t in consist.get_type_count %}{{ t.count }}x {{ t.type }} {{t.category }}{% if not forloop.last %} + {% endif %}{% endfor %}</td>
<td>{{ consist.length }} | {% for t in consist.get_type_count %}{{ t.count }}x {{ t.type }} {{t.category }}{% if not forloop.last %} + {% endif %}{% endfor %}</td>
</tr>
</tbody>
</table>