diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 8756047..7790489 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -10,19 +10,28 @@ <%= favicon_link_tag asset_path('favicon.ico') %> <% if Rails.env == "production" %> - - - + + + + + <% end %>
+ + + <%= render 'layouts/header' %> <%= yield %> <%= render 'layouts/footer' %>