Files
phoenix-clip/lib/clip_web/templates/layout/live.html.leex
2020-07-13 12:56:50 +02:00

12 lines
347 B
Plaintext

<main role="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>