Sha256: 181f8a83ec08def3c8199d7176f3f63fb5d4ba93b1e9445f2c61931d8983f9d0

Contents?: true

Size: 925 Bytes

Versions: 22

Compression:

Stored size: 925 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
          %a{:href => 'http://redhat.com'} Red Hat
          and individual contributors.

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
bbrowning-deltacloud-core-0.0.3.1 views/layout.html.haml
bbrowning-deltacloud-core-0.0.1.1 views/layout.html.haml