Sha256: 30a183ba4aadba2c93911dfb6372631623c9f1046f664467c9f9f884ac313932

Contents?: true

Size: 1.09 KB

Versions: 10

Compression:

Stored size: 1.09 KB

Contents

<html>
  <head>
    <title><%= h(t('runit.title', :p1 => @title, :p2 => t('runit.label'))) %></title>
    <link href="/css/tripoli.simple.css" type="text/css" rel="stylesheet" />
    <link href="/css/tripoli.visual.css" type="text/css" rel="stylesheet" />
    <link href="/css/tripoli.type.css" type="text/css" rel="stylesheet" />
    <!--[if IE]><link href="/css/tripoli.simple.ie.css" type="text/css" rel="stylesheet" /><![endif]-->
    <link href="/css/runit-man.css" type="text/css" rel="stylesheet" />
  </head>
  <body>
    <div id="container">
      <div id="header">
        <div class="content">
          <strong><%= h(t('runit.header', :p1 => host_name, :p2 => t('runit.label'))) %></strong>
        </div>
      </div>

      <div class="content">
        <%= yield_content :content %>
      </div>

<% if content_for?(:footer) %>
      <div id="footer">
        <div class="content">
          <%= yield_content :footer %>
        </div>
      </div>
<% end %>

    </div>
  <% @scripts.each do |name| %>
    <script type="text/javascript" src="/js/<%= h(name) %>.js"></script>
  <% end %>
  </body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
runit-man-2.0.9 views/layout.erubis
runit-man-2.0.7 views/layout.erubis
runit-man-2.0.6 views/layout.erubis
runit-man-2.0.2 views/layout.erubis
runit-man-2.0.1 views/layout.erubis
runit-man-2.0.0 views/layout.erubis
runit-man-1.11.6 views/layout.erubis
runit-man-1.11.4 views/layout.erubis
runit-man-1.11.3 views/layout.erubis
runit-man-1.11.0 views/layout.erubis