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 @@
- <%= Phoenix.Flash.get(@flash, :info) %> -
-- <%= Phoenix.Flash.get(@flash, :error) %> -
+ <%= if Phoenix.Flash.get(@flash, :info) do %> ++ <%= Phoenix.Flash.get(@flash, :info) %> +
+ <% end %> + <%= if Phoenix.Flash.get(@flash, :error) do %> ++ <%= Phoenix.Flash.get(@flash, :error) %> +
+ <% end %>