layout with generic logic.

This commit is contained in:
2020-08-21 20:25:47 +01:00
parent 6bb06010ae
commit 9564208054
2 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
<header>
<%= render 'layouts/top_navigation' %>
</header>

View File

@@ -12,9 +12,7 @@
<body>
<%= render 'layouts/toasts' %>
<header>
<%= render 'layouts/top_navigation' %>
</header>
<%= render 'layouts/header' %>
<%= render 'layouts/content' %>
<%= render 'layouts/footer' %>