Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
05b4ebbd906161a4b0fc3d2ca48f139cbdb7c02f
/
.
/
templates
/
exception.html.ep
blob: 7d8af3b833dd5cc3038856ab2009898f4887af68 [
file
] [
log
] [
blame
]
%
my
$msg
=
$exception
->
message
// '500: Internal Server Error';
%
layout
'main'
,
title
=>
'KorAP: '
.
$msg
;
<
p id
=
"no-results"
><%=
$msg
%></
p
>
%
notify
(
'error'
=>
$msg
);