From 426aba233d74ce4c41bdec60864797f5b64d4ecc Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Aug 2020 09:07:13 +0200 Subject: [PATCH] repos: fix the last separator --- app/templates/repos.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/repos.html b/app/templates/repos.html index 6315f57..3d53ec1 100644 --- a/app/templates/repos.html +++ b/app/templates/repos.html @@ -28,7 +28,9 @@
Installed Size:
{{ repo.isize|filesize }}
+ {% if not loop.last %}
+ {% endif %} {% endfor %}