summaryrefslogtreecommitdiff
path: root/lib/aggiedit_web/templates/layout/live.html.heex
blob: a29d604480aad919fd1172f7f750fd66f6cde584 (plain)
1
2
3
4
5
6
7
8
9
10
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>