Sha256: 7a689e262a41afa799ff9ccbff9ca6a422565fb418dfbb371d0817e159874a24

Contents?: true

Size: 552 Bytes

Versions: 249

Compression:

Stored size: 552 Bytes

Contents

<% content_for(:title) do %>
  <%= controller.title %>
<% end %>

<% content_for(:stylesheets) do %>
  <%= stylesheet "katello/katello" %>
<% end %>

<% content_for(:javascripts) do %>
  <%= javascript_include_tag "katello/common/vendor" %>
  <%= javascript_include_tag "katello/common" %>
  <%= yield(:katello_javascripts) %>
<% end %>

<% content_for(:content) do %>
  <article id="content">
    <section class="maincontent container" id="contents">
      <%= yield %>
    </section>
  </article>
<% end %>

<%= render :template => 'layouts/base' %>

Version data entries

249 entries across 249 versions & 1 rubygems

Version Path
katello-3.0.0.rc4 app/views/katello/layouts/katello.html.erb
katello-3.0.0.rc3 app/views/katello/layouts/katello.html.erb
katello-3.0.0.rc2 app/views/katello/layouts/katello.html.erb
katello-3.0.0.rc1 app/views/katello/layouts/katello.html.erb
katello-2.4.1 app/views/katello/layouts/katello.html.erb
katello-2.4.0 app/views/katello/layouts/katello.html.erb
katello-2.4.0.rc3 app/views/katello/layouts/katello.html.erb
katello-2.4.0.rc2 app/views/katello/layouts/katello.html.erb
katello-2.4.0.rc1 app/views/katello/layouts/katello.html.erb