Skip to content

Commit

Permalink
Move flash_group to the end of the app template
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Oct 16, 2024
1 parent a7eb06c commit d879c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</header>
<main class="px-4 py-20 sm:px-6 lg:px-8">
<div class="mx-auto max-w-2xl">
<.flash_group flash={@flash} />
<%%= @inner_content %>
</div>
</main>
<.flash_group flash={@flash} />

0 comments on commit d879c6a

Please sign in to comment.