Skip to content

Commit

Permalink
Add search box to details pages for consistent alert (RPB-98)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Oct 25, 2023
1 parent a48d96f commit 3a8f2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/details.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
}
*@
@tags.search_form(q)
<div class="row" id="search-results">
@defining(Lobid.items(doc.toString)) { items =>
@defining(!(doc\\"containedIn").isEmpty && (doc\"type").toString.contains("Article")){superordination =>
Expand Down

0 comments on commit 3a8f2af

Please sign in to comment.