Sha256: 0aa02643ec5e3385b803b5886109205e8e1826f17395cf204b9110bb0cbc653d

Contents?: true

Size: 517 Bytes

Versions: 13

Compression:

Stored size: 517 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 file: "layouts/base" %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katello-4.4.2.2 app/views/katello/layouts/react.html.erb
katello-4.4.2.1 app/views/katello/layouts/react.html.erb
katello-4.4.2 app/views/katello/layouts/react.html.erb
katello-4.5.1 app/views/katello/layouts/react.html.erb
katello-4.5.0 app/views/katello/layouts/react.html.erb
katello-4.5.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.4.1 app/views/katello/layouts/react.html.erb
katello-4.5.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.4.0.2 app/views/katello/layouts/react.html.erb
katello-4.4.0.1 app/views/katello/layouts/react.html.erb
katello-4.4.0 app/views/katello/layouts/react.html.erb
katello-4.4.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.4.0.rc1 app/views/katello/layouts/react.html.erb