Sha256: f54624a29184fa10a1080b439d087e17d1381917b494c6fe6fa2feb40bef8f3e
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
<% content_for(:stylesheets) do %> <%= webpacked_plugins_css_for :katello %> <% end %> <% content_for(:javascripts) do %> <%= webpacked_plugins_js_for :katello %> <% end %> <% 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> <% end %> <%= render file: "layouts/base" %> <%= mount_react_component('katello', '#reactRoot') %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
katello-3.11.0.rc2 | app/views/katello/layouts/react.html.erb |
katello-3.11.0.rc1 | app/views/katello/layouts/react.html.erb |
katello-3.10.0.rc1 | app/views/katello/layouts/react.html.erb |