Sha256: dda5a2233378db96cc6afba90e72559f0e83a7239291a46fac57aa93be78e2fb

Contents?: true

Size: 584 Bytes

Versions: 9

Compression:

Stored size: 584 Bytes

Contents

<% content_for(:stylesheets) do %>
    <%= stylesheet_link_tag *webpack_asset_paths('katello', :extension => 'css'), "data-turbolinks-track" => true %>
<% end %>

<% content_for(:javascripts) do %>
    <%= javascript_include_tag *webpack_asset_paths('katello', :extension => 'js') %>
<% end %>

<% content_for(:content) do %>
    <%= notifications %>
    <div id="organization-id" data-id="<%= Organization.current.id if Organization.current %>" ></div>
    <div id="reactRoot"></div>
<% end %>
<%= render file: "layouts/base" %>
<%= mount_react_component('katello', '#reactRoot') %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-3.8.1 app/views/katello/layouts/react.html.erb
katello-3.7.1.1 app/views/katello/layouts/react.html.erb
katello-3.7.1 app/views/katello/layouts/react.html.erb
katello-3.8.0 app/views/katello/layouts/react.html.erb
katello-3.8.0.rc3 app/views/katello/layouts/react.html.erb
katello-3.8.0.rc2 app/views/katello/layouts/react.html.erb
katello-3.7.0 app/views/katello/layouts/react.html.erb
katello-3.8.0.rc1 app/views/katello/layouts/react.html.erb
katello-3.7.0.rc2 app/views/katello/layouts/react.html.erb