mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-12 11:11:04 +00:00
6 lines
216 B
Text
6 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>
|