From c3f55030dcc35c5620f69426b842648b51ea271e Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 26 Jul 2022 22:46:32 +0200 Subject: [PATCH] fix warning from semantic-ui-react Search component --- .../templates/invenio_theme_tugraz/navbar.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html index 8d46ced..66cc5dc 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html @@ -11,14 +11,17 @@ "key": "records", "text": _("All") + " " + config.THEME_SITENAME, "value": url_for("invenio_search_ui.search"), + "title": "repo", },{ "key": "marc21", "text": _("search publications (thesis, books, papers, etc)"), "value": url_for("invenio_records_marc21.search"), + "title": "publication", },{ "key": "lom", "text": _("search open educational resources"), "value": url_for("invenio_records_lom.search"), + "title": "oer", } ] %}