Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
0490535e6d72f8b8b10f4629d411a3a61916a5b7
/
.
/
templates
/
exception.html.ep
blob: 7d8af3b833dd5cc3038856ab2009898f4887af68 [
file
] [
log
] [
blame
]
Nils Diewald
a0defc4
2015-05-07 23:54:17 +0000
[
diff
] [
blame
]
1
%
my
$msg
=
$exception
->
message
// '500: Internal Server Error';
2
%
layout
'main'
,
title
=>
'KorAP: '
.
$msg
;
3
4
<
p id
=
"no-results"
><%=
$msg
%></
p
>
5
6
%
notify
(
'error'
=>
$msg
);