app/views/katello/layouts/react.html.erb in katello-3.10.0 vs app/views/katello/layouts/react.html.erb in katello-3.10.1
- old
+ new
@@ -9,8 +9,8 @@
<% content_for(:content) do %>
<%= notifications %>
<div id="organization-id" data-id="<%= Organization.current.id if Organization.current %>" ></div>
<div id="user-id" data-id="<%= User.current.id if User.current %>" ></div>
<div id="reactRoot"></div>
+ <%= mount_react_component('katello', '#reactRoot') %>
<% end %>
<%= render file: "layouts/base" %>
-<%= mount_react_component('katello', '#reactRoot') %>