diff --git a/lib/qrstorage_web/templates/layout/app.html.heex b/lib/qrstorage_web/templates/layout/app.html.heex index c8026f5..fde7510 100644 --- a/lib/qrstorage_web/templates/layout/app.html.heex +++ b/lib/qrstorage_web/templates/layout/app.html.heex @@ -102,12 +102,16 @@
- - + <%= if Phoenix.Flash.get(@flash, :info) do %> + + <% end %> + <%= if Phoenix.Flash.get(@flash, :error) do %> + + <% end %>
<%= @inner_content %>