diff --git a/lib/web/templates/error/500_page.html.eex b/lib/web/templates/error/500_page.html.eex index da1cb2e7..5af0859d 100644 --- a/lib/web/templates/error/500_page.html.eex +++ b/lib/web/templates/error/500_page.html.eex @@ -10,7 +10,6 @@ font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, Segoe UI, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif; background: #efeef4; position: absolute; - text-align: center; color: #3c376e; width: 100%; height: 100%; @@ -18,6 +17,12 @@ display: flex; justify-content: center; align-items: center; + flex-direction: column; + margin: 0; + } + + body.error .dialog { + text-align: center; } body.error .dialog h1 { @@ -43,8 +48,30 @@
+ <%= if length(@details) > 0 do %> ++ <%= for detail <- @details do %> + <%= detail %>+
+ <% end %> +