fisrt
This commit is contained in:
commit
bea29624ab
92 changed files with 2264 additions and 0 deletions
5
lib/reaproche_web/templates/layout/app.html.heex
Normal file
5
lib/reaproche_web/templates/layout/app.html.heex
Normal file
|
@ -0,0 +1,5 @@
|
|||
<main class="container">
|
||||
<p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p>
|
||||
<p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p>
|
||||
<%= @inner_content %>
|
||||
</main>
|
Loading…
Add table
Add a link
Reference in a new issue