Sha256: bfea6035618dfc8571aab7a12b11d4798a29bc4d3abefb4fffae464a7b93dcaf

Contents?: true

Size: 542 Bytes

Versions: 45

Compression:

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

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
katello-4.3.1 app/views/katello/layouts/react.html.erb
katello-4.2.2 app/views/katello/layouts/react.html.erb
katello-4.3.0 app/views/katello/layouts/react.html.erb
katello-4.3.0.rc4 app/views/katello/layouts/react.html.erb
katello-4.3.0.rc3 app/views/katello/layouts/react.html.erb
katello-4.3.0.rc2.1 app/views/katello/layouts/react.html.erb
katello-4.3.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.3.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.2.1 app/views/katello/layouts/react.html.erb
katello-4.2.0.1 app/views/katello/layouts/react.html.erb
katello-4.1.4 app/views/katello/layouts/react.html.erb
katello-4.0.3 app/views/katello/layouts/react.html.erb
katello-4.2.0.1.rc3 app/views/katello/layouts/react.html.erb
katello-3.18.5 app/views/katello/layouts/react.html.erb
katello-4.2.0.1.rc2 app/views/katello/layouts/react.html.erb
katello-4.2.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.1.3 app/views/katello/layouts/react.html.erb
katello-4.2.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.0.2.1 app/views/katello/layouts/react.html.erb
katello-4.1.2.1 app/views/katello/layouts/react.html.erb