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.15.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.15.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.14.1 app/views/katello/layouts/react.html.erb
katello-4.14.0 app/views/katello/layouts/react.html.erb
katello-4.14.0.rc3 app/views/katello/layouts/react.html.erb
katello-4.14.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.14.0.rc1.1 app/views/katello/layouts/react.html.erb
katello-4.14.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.13.1 app/views/katello/layouts/react.html.erb
katello-4.13.0 app/views/katello/layouts/react.html.erb
katello-4.12.1 app/views/katello/layouts/react.html.erb
katello-4.13.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.12.0 app/views/katello/layouts/react.html.erb
katello-4.12.0.rc3 app/views/katello/layouts/react.html.erb
katello-4.12.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.12.0.rc1 app/views/katello/layouts/react.html.erb
katello-4.11.1 app/views/katello/layouts/react.html.erb
katello-4.11.0 app/views/katello/layouts/react.html.erb
katello-4.11.0.rc2 app/views/katello/layouts/react.html.erb
katello-4.11.0.rc1 app/views/katello/layouts/react.html.erb