From ece8d1ad948b5932caa694c6447c3702803bb0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Tue, 29 Apr 2025 22:34:46 +0200 Subject: [PATCH] Minor UI improvement --- ram/portal/templates/consist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ram/portal/templates/consist.html b/ram/portal/templates/consist.html index 79b85db..3c50c15 100644 --- a/ram/portal/templates/consist.html +++ b/ram/portal/templates/consist.html @@ -109,7 +109,7 @@ {% endif %} Length - {{ consist.length }}: {% for t in consist.get_type_count %}{{ t.count }}x {{ t.type }} {{t.category }}{% if not forloop.last %} + {% endif %}{% endfor %} + {{ consist.length }} | {% for t in consist.get_type_count %}{{ t.count }}x {{ t.type }} {{t.category }}{% if not forloop.last %} + {% endif %}{% endfor %}