Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add identifiers to detail page #2126 #2127

Merged
merged 6 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add URI to detail page #2126
TobiasNx committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 57e2efa6888a38e549ebf3f5ce53d02ef7819204
1 change: 1 addition & 0 deletions web/app/views/tags/result_doc.scala.html
Original file line number Diff line number Diff line change
@@ -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)