Skip to content

Commit

Permalink
Update not-found page: fix title, text, allHits, layout (RPB-152)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Mar 25, 2024
1 parent 289369e commit ce51f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/details.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
}

@if(resource == null){
@main("", "lobid-gnd") {
<div id="search-results" class="alert alert-info text-center">Ein Titel mit der ID @request.uri.toString.split("/").last konnte nicht gefunden werden.</div>
@main("", "RPPD", allHits) {
<div class="alert alert-warning text-center">Eine Person mit der ID '@request.uri.toString.split("/").last' konnte nicht gefunden werden.</div>
}
} else {
@main("", resource.preferredName, allHits) {
Expand Down

0 comments on commit ce51f10

Please sign in to comment.