diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 1f82a2d..9ab9269 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -23,7 +23,7 @@ +% if (app->mode eq 'development') { +
+
+
+ Development Mode – Datenbank: <%= app->config->{db}->{database} %> + @ <%= app->config->{db}->{host} %> +
+
+
+% } +
% if (is_user_authenticated()) { % my $acc = current_user();