Skip to content

Commit

Permalink
Adjust column labels #2126
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Jan 16, 2025
1 parent e7d9b9f commit 1eb3534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/app/views/tags/result_doc.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@
@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))
@result_field("ZDB ID", "zdbId", doc, TableRow.VALUES, node = Option(doc))
@result_field("ALMA MMS ID", "almaMmsId", 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 1eb3534

Please sign in to comment.