This commit is contained in:
Rodolphe Marbot 2022-05-17 21:26:44 +02:00
commit bea29624ab
92 changed files with 2264 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<main class="container">
<p class="alert alert-info" role="alert"
phx-click="lv:clear-flash"
phx-value-key="info"><%= live_flash(@flash, :info) %></p>
<p class="alert alert-danger" role="alert"
phx-click="lv:clear-flash"
phx-value-key="error"><%= live_flash(@flash, :error) %></p>
<%= @inner_content %>
</main>