|
|
@ -11,7 +11,7 @@ |
|
|
|
<body> |
|
|
|
<body> |
|
|
|
<div class="layout-container"> |
|
|
|
<div class="layout-container"> |
|
|
|
<%= render ExplorerWeb.LayoutView, "_topnav.html", assigns %> |
|
|
|
<%= render ExplorerWeb.LayoutView, "_topnav.html", assigns %> |
|
|
|
<main class="mt-3"> |
|
|
|
<main class="pt-5"> |
|
|
|
<p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p> |
|
|
|
<p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p> |
|
|
|
<p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p> |
|
|
|
<p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p> |
|
|
|
<%= render @view_module, @view_template, assigns %> |
|
|
|
<%= render @view_module, @view_template, assigns %> |
|
|
|