layout with generic logic.
This commit is contained in:
3
app/views/layouts/_header.html.erb
Normal file
3
app/views/layouts/_header.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<header>
|
||||
<%= render 'layouts/top_navigation' %>
|
||||
</header>
|
||||
@@ -12,9 +12,7 @@
|
||||
<body>
|
||||
|
||||
<%= render 'layouts/toasts' %>
|
||||
<header>
|
||||
<%= render 'layouts/top_navigation' %>
|
||||
</header>
|
||||
<%= render 'layouts/header' %>
|
||||
<%= render 'layouts/content' %>
|
||||
<%= render 'layouts/footer' %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user