Sha256: e99c9b1303374aad72ba5183a8ec8912b547ed2fc7df03903d98ea5320189163

Contents?: true

Size: 750 Bytes

Versions: 2

Compression:

Stored size: 750 Bytes

Contents

!!! 5
%html
  %head
    %title= h(t('runit.title', :p1 => @title, :p2 => t('runit.label')))
    %link{:href=>"/css/bootstrap.min.css", :type=>"text/css", :rel=>"stylesheet"}/
    %link{:href=>"/css/runit-man.css", :type=>"text/css", :rel=>"stylesheet"}/
  %body
    .container-fluid
      .navbar
        .navbar-inner
          .container
            %a.brand{:href=>"/"}= h(t('runit.header', :p1 => host_name, :p2 => t('runit.label')))
            %ul.nav
              %li
                %a{:href=>'/info'}= h(t('runit.info.title'))

      .row-fluid
        .span12= yield_content :content

      .row-fluid
        .span12= yield_content :footer
    - @scripts.each do |name|
      %script{:type=>"text/javascript", :src=>"/js/#{h(name)}.js"}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
runit-man-2.4.3 views/layout.haml
runit-man-2.4.2 views/layout.haml