Sha256: 9f6a23ae2ddaf6cba97f64ab21a3f216be463bad4d90fbe529f8731c534d43fc

Contents?: true

Size: 663 Bytes

Versions: 6

Compression:

Stored size: 663 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="user-id" data-id="<%= User.current.id if User.current %>" ></div>
    <div id="reactRoot"></div>
<% end %>
<%= render file: "layouts/base" %>
<%= mount_react_component('katello', '#reactRoot') %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.10.0 app/views/katello/layouts/react.html.erb
katello-3.10.0.rc1.1 app/views/katello/layouts/react.html.erb
katello-3.9.1 app/views/katello/layouts/react.html.erb
katello-3.9.0 app/views/katello/layouts/react.html.erb
katello-3.9.0.rc2 app/views/katello/layouts/react.html.erb
katello-3.9.0.rc1 app/views/katello/layouts/react.html.erb