Sha256: ff00ee3d90e13dddfe37c473035412f42232eef296db0373d7fe94e3df60121d

Contents?: true

Size: 691 Bytes

Versions: 4

Compression:

Stored size: 691 Bytes

Contents

!!! 
%html
  %head
    %title RRD Grapher
    %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=UTF-8"}
    / %link{:rel => "icon", :type => "image/gif", :href => "/favicon.gif"}
    %link{:rel => 'stylesheet', :href => '/stylesheets/Aristo/theme.css', :type => 'text/css'}
    %link{:rel => 'stylesheet', :href => '/stylesheets/app.css', :type => 'text/css'}
    / %link{:rel => 'stylesheet', :href => '/javascripts/wijmo-open/css/jquery.wijmo-open.1.3.0.css', :type => 'text/css'}
    = yield_content :css
    
    %script{:type => "text/javascript", :src => "/javascripts/app.js"}
    = yield_content :headers

  %body
    %div#wrapper
      %div#content
        = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rrd-grapher-1.0.3 example_app/views/layout.haml
rrd-grapher-1.0.2 example_app/views/layout.haml
rrd-grapher-1.0.1 example_app/views/layout.haml
rrd-grapher-1.0.0 example_app/views/layout.haml