You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/web/templates/layout/flash.html.eex

8 lines
287 B
Plaintext

<%= if message = get_flash(@conn, :info) do %>
<section class="flash notice"><div class="container"><%= message %></div></section>
<% end %>
<%= if message = get_flash(@conn, :error) do %>
<section class="flash alert"><div class="container"><%= message %></div></section>
<% end %>