Sha256: 13a5920f07cc4ad4d48827f74b52369827f4640068d91236cf13bb847bf07a77

Contents?: true

Size: 521 Bytes

Versions: 50

Compression:

Stored size: 521 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 %>
    <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">
      <%= react_component('katello') %>
    </div>
<% end %>
<%= render template: "layouts/base" %>

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
katello-4.10.0 app/views/katello/layouts/react.html.erb
katello-4.9.2 app/views/katello/layouts/react.html.erb
katello-4.10.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.10.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.8.4 app/views/katello/layouts/react.html.erb
katello-4.9.1 app/views/katello/layouts/react.html.erb
katello-4.8.3 app/views/katello/layouts/react.html.erb
katello-4.9.0 app/views/katello/layouts/react.html.erb
katello-4.7.6 app/views/katello/layouts/react.html.erb
katello-4.8.2 app/views/katello/layouts/react.html.erb
katello-4.9.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.9.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.8.1 app/views/katello/layouts/react.html.erb
katello-4.7.5 app/views/katello/layouts/react.html.erb
katello-4.8.0 app/views/katello/layouts/react.html.erb
katello-4.8.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.7.4 app/views/katello/layouts/react.html.erb
katello-4.8.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.7.3 app/views/katello/layouts/react.html.erb
katello-4.7.2 app/views/katello/layouts/react.html.erb