mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-29 11:11:02 +00:00
11 lines
317 B
Text
11 lines
317 B
Text
<main>
|
|
<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>
|