Move specific partial for the homepage to shared

This partial to render the header of the hompage will be used in
the sdg index.
This commit is contained in:
taitus
2021-02-19 09:54:03 +01:00
committed by Javi Martín
parent 1d6490e22f
commit e639cab994
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
social_url: root_url %>
<% end %>
<%= render "header", header: @header %>
<%= render "shared/header", header: @header %>
<main>
<%= render "feeds" %>