Packages

An open source two way communication platform for the social sector

Current section

Files

Jump to
glific lib glific_web templates layout live.html.heex
Raw

lib/glific_web/templates/layout/live.html.heex

<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>