summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-07-19 15:50:27 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-07-19 15:50:27 +0200
commit8aa24ead531d67791120907c76996cf7c406d083 (patch)
tree08d833d48dd21000eb4ff8a0204c66fb8953cb02 /templates
parent670542adebb6d904a8d54609f3b6d5273523178e (diff)
Fehler auch in Container
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/default.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index f7a5f02..52f9a8e 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -29,8 +29,8 @@
</head>
<body style="<%= (stash('hide_opts') ? 'margin: 0; padding: 0;' : q{}) %>">
-% if (my $error = stash 'error') {
<div class="container">
+% if (my $error = stash 'error') {
<div class="error">Backend-Fehler:</div>
<div>
<pre>
@@ -41,8 +41,8 @@
% elsif (stash('stationlist')) {
<div class="error">Mehrdeutige Eingabe</div>
<div>Bitte eine Station aus der Liste auswählen</div>
-</div>
% }
+</div>
%= content