From d879c6ae55568a02535a12a2c3e70f7f59ec3cc9 Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Wed, 16 Oct 2024 09:52:09 +0200 Subject: [PATCH] Move flash_group to the end of the app template Closes https://github.com/phoenixframework/phoenix_live_view/issues/3415. --- installer/templates/phx_web/components/layouts/app.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/templates/phx_web/components/layouts/app.html.heex b/installer/templates/phx_web/components/layouts/app.html.heex index c50aa21d28..d164090735 100644 --- a/installer/templates/phx_web/components/layouts/app.html.heex +++ b/installer/templates/phx_web/components/layouts/app.html.heex @@ -26,7 +26,7 @@
- <.flash_group flash={@flash} /> <%%= @inner_content %>
+<.flash_group flash={@flash} />