diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-07-19 18:18:06 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-07-19 18:18:06 +0200 |
commit | 74f6f591fb2933611e86798e2e629309c8e308eb (patch) | |
tree | 8d1ff77cbed90567ba3cd6e8f4a36904e44456fe /templates/layouts | |
parent | 8aa24ead531d67791120907c76996cf7c406d083 (diff) |
somewhat more fancy errors
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 52f9a8e..5f24edf 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -39,8 +39,8 @@ </div> % } % elsif (stash('stationlist')) { -<div class="error">Mehrdeutige Eingabe</div> -<div>Bitte eine Station aus der Liste auswählen</div> +<div class="error"><strong>Mehrdeutige Eingabe.</strong> +Bitte eine Station aus der Liste auswählen</div> % } </div> |