From 1ad73cc0015b8fef133aa76cf8a43383f40f3cac Mon Sep 17 00:00:00 2001 From: David Eckhard Date: Tue, 18 May 2021 09:29:07 +0200 Subject: [PATCH] ui: change title to data-tooltip --- .../templates/invenio_theme_tugraz/index.html | 4 ++-- .../templates/invenio_theme_tugraz/macros/authors.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index 44080f4..424ca0f 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -58,12 +58,12 @@ -->
- + {{ r.metadata.publication_date }} {{ '(' ~ r.metadata.version ~ ')' if r.metadata.version }} - + {{r.metadata.resource_type | cast_to_dict | vocabulary_title('resource_type') }} diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html index 67decb6..4705883 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html @@ -15,7 +15,7 @@ {%- endif %} -{{creators.person_or_org.name}} +{{creators.person_or_org.name}} {% if not loop.last %}; {% endif %} {%- endfor %}