Skip to content

Commit

Permalink
Add HBZ 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 57e2efa commit 77427de
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 @@ -194,6 +194,7 @@
@result_field("Auflage", "edition", doc, TableRow.VALUES)
@result_field("ISBN", "isbn", doc, TableRow.VALUES, node = Option(doc))
@result_field("ISSN", "issn", doc, TableRow.VALUES, node = Option(doc))
@result_field("HBZ ID", "hbzId", 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 77427de

Please sign in to comment.