From 7da3f16b0079bed78e6eaa688a9b5e27d9b776de Mon Sep 17 00:00:00 2001
From: Christoph Ladurner
Date: Wed, 6 Dec 2023 22:57:58 +0100
Subject: [PATCH] fix: multiple subjects not displayed in one row
---
.../invenio_theme_tugraz/recent_uploads.html | 28 ++++++++-----------
1 file changed, 12 insertions(+), 16 deletions(-)
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html
index dbf7387..cb1c067 100644
--- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html
+++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html
@@ -63,22 +63,18 @@
-
-
-
- {%- for subject in r.metadata.subjects %}
-
{{ subject }}
- {%- endfor %}
-
-
- {#
- {% trans user=userprofile, date=creation_date | dateformat("long")%}
- Uploaded on {{date}}
- {% endtrans %}
- #}
-
-
-
+
+ {%- for subject in r.metadata.subjects %}
+
{{ subject }}
+ {%- endfor %}
+
+
+ {#
+ {% trans user=userprofile, date=creation_date | dateformat("long")%}
+ Uploaded on {{date}}
+ {% endtrans %}
+ #}
+