diff --git a/lib/planner_web/templates/layout/app.html.eex b/lib/planner_web/templates/layout/app.html.eex index cf5e232..f5601e0 100644 --- a/lib/planner_web/templates/layout/app.html.eex +++ b/lib/planner_web/templates/layout/app.html.eex @@ -1,12 +1,14 @@
<%= if not is_nil(get_flash(@conn, :info)) do %> <% end %> <%= if not is_nil(get_flash(@conn, :error)) do %> <% end %> diff --git a/lib/planner_web/templates/layout/live.html.leex b/lib/planner_web/templates/layout/live.html.leex index 3d96e4d..17554b5 100644 --- a/lib/planner_web/templates/layout/live.html.leex +++ b/lib/planner_web/templates/layout/live.html.leex @@ -1,14 +1,16 @@
<%= if live_flash(@flash, :info) do %> - + <% end %> <%= if live_flash(@flash, :error) do %> - + <% end %> <%= @inner_content %>