We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6068856 commit e33270dCopy full SHA for e33270d
app/server/beam/tau/lib/tau_web/templates/layout/live.html.heex
@@ -1,11 +1,4 @@
1
<main class="container">
2
- <p class="alert alert-info" role="alert"
3
- phx-click="lv:clear-flash"
4
- phx-value-key="info"><%= live_flash(@flash, :info) %></p>
5
-
6
- <p class="alert alert-danger" role="alert"
7
8
- phx-value-key="error"><%= live_flash(@flash, :error) %></p>
9
10
<%= @inner_content %>
11
</main>
0 commit comments