Sha256: 2e3d549e6067ee35355acdd31d47c38ec15e16a05d5a992c5a27069adf0e5976

Contents?: true

Size: 916 Bytes

Versions: 4

Compression:

Stored size: 916 Bytes

Contents

!!!
!!! XML

%html
  %head
    = stylesheet_link_tag '/stylesheets/compiled/screen.css', :media => 'screen, projection'
    = stylesheet_link_tag '/stylesheets/compiled/print.css', :media => 'print'
    /[if lt IE 8]
      = stylesheet_link_tag '/stylesheets/compiled/ie.css', :media => 'screen, projection'
    = stylesheet_link_tag '/stylesheets/compiled/application.css', :media => 'screen, projection'
    %script{:type => "text/javascript", :src => "/javascripts/jquery-1.4.2.min.js" }
    %script{:type => "text/javascript", :src => "/javascripts/application.js" }
  %body
    #wrapper
      #header
        = link_to image_tag( "/images/logo-wide.png" ), root_url
      = bread_crumb
      #content
        = yield
      #footer
        #driver_info
          Driver: #{DRIVER}
        #copyright
          Copyright 2009, 2010
          #{link_to 'Red Hat', 'http://redhat.com'} and individual contributors.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deltacloud-core-0.0.5 views/layout.html.haml
deltacloud-core-0.0.4 views/layout.html.haml
deltacloud-core-0.0.3 views/layout.html.haml
deltacloud-core-0.0.2 views/layout.html.haml