mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-13 19:51:02 +00:00
5 lines
216 B
Text
5 lines
216 B
Text
<main>
|
|
<p class="alert alert-info" role="alert"><%= Phoenix.Flash.get(@flash, :info) %></p>
|
|
<p class="alert alert-danger" role="alert"><%= Phoenix.Flash.get(@flash, :error) %></p>
|
|
<%= @inner_content %>
|
|
</main>
|