Skip to content

Commit

Permalink
Add URI 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 f3a5c35 commit 57e2efa
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 @@ -178,6 +178,7 @@
}

@table(){
@result_field("URI", "id", doc, TableRow.VALUES, node = Option(doc))
<tr><td>Titel</td><td>@((doc\"title").asOpt[String].getOrElse(""))@for(corporateBodyForTitle <- (doc \ "corporateBodyForTitle").asOpt[Seq[String]]){. @corporateBodyForTitle}</td></tr>
@result_field("Titelzusatz", "otherTitleInformation", doc, TableRow.VALUES)
@result_field("Alternativer Titel", "alternativeTitle", doc, TableRow.VALUES)
Expand Down

0 comments on commit 57e2efa

Please sign in to comment.