Skip to content

Commit

Permalink
Add ALMA MMS ID to detail page #2126
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Jan 16, 2025
1 parent 36555f5 commit d32db65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/views/tags/result_doc.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d32db65

Please sign in to comment.