From 7b96124419b5b18ff71fbd471fdae53494c55533 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 14 Nov 2023 09:28:44 +0100 Subject: [PATCH] fix rendering of the react layout it's currently unused, so nobody reported the issues yet --- app/views/foreman_puppet/layouts/application_react.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/foreman_puppet/layouts/application_react.html.erb b/app/views/foreman_puppet/layouts/application_react.html.erb index df0f3804..e4fc97a7 100644 --- a/app/views/foreman_puppet/layouts/application_react.html.erb +++ b/app/views/foreman_puppet/layouts/application_react.html.erb @@ -7,9 +7,8 @@ <% end %> <% content_for(:content) do %> - <%= notifications %>
<%= react_component('ForemanPuppet') %> <% end %> -<%= render file: "layouts/base" %> +<%= render template: "layouts/base" %>