From ce51f103ffaa1b6e24c2517b6ac17234f3f9ec91 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Mon, 25 Mar 2024 13:54:14 +0100 Subject: [PATCH] Update not-found page: fix title, text, allHits, layout (RPB-152) --- app/views/details.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/details.scala.html b/app/views/details.scala.html index 47d51ba..79d5791 100644 --- a/app/views/details.scala.html +++ b/app/views/details.scala.html @@ -218,8 +218,8 @@ } @if(resource == null){ - @main("", "lobid-gnd") { -
Ein Titel mit der ID @request.uri.toString.split("/").last konnte nicht gefunden werden.
+ @main("", "RPPD", allHits) { +
Eine Person mit der ID '@request.uri.toString.split("/").last' konnte nicht gefunden werden.
} } else { @main("", resource.preferredName, allHits) {