From d32db657cc774e69d86cf5ac42614694c21a0893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Thu, 16 Jan 2025 11:06:35 +0100 Subject: [PATCH] Add ALMA MMS ID to detail page #2126 --- web/app/views/tags/result_doc.scala.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/views/tags/result_doc.scala.html b/web/app/views/tags/result_doc.scala.html index 60cb0b2d6..c91f67ff0 100644 --- a/web/app/views/tags/result_doc.scala.html +++ b/web/app/views/tags/result_doc.scala.html @@ -196,6 +196,7 @@ @result_field("ISSN", "issn", doc, TableRow.VALUES, node = Option(doc)) @result_field("HBZ ID", "hbzId", doc, TableRow.VALUES, node = Option(doc)) @result_field("ZDB ID", "zdbId", doc, TableRow.VALUES, node = Option(doc)) + @result_field("ALMA MMS ID", "almaMmsId", doc, TableRow.VALUES, node = Option(doc)) @withPrefixedLink("DOI", "https://dx.doi.org/", doc \ "doi") @withPrefixedLink("URN", "https://nbn-resolving.org/", doc \ "urn") @result_field("Umfang", "extent", doc, TableRow.VALUES)