Sha256: ab0b79f721ac988c309170acc73b0fa07cd8d792784b438866138a221194a4ee

Contents?: true

Size: 749 Bytes

Versions: 2

Compression:

Stored size: 749 Bytes

Contents

!!!
%html
  %head
    %title Batsd Dash

    %meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8"}
    %meta{:name => :author, :content => 'http://breakbase.com'}

    %link{:rel => 'stylesheet', :href => '/css/jquery-ui.css', :type => 'text/css'}
    %link{:rel => 'stylesheet', :href => '/css/datetimepicker.css', :type => 'text/css'}

    %link{:rel => 'stylesheet', :href => '/css/public.css', :type => 'text/css'}

    %script{:src => '/js/jquery.js'}
    %script{:src => '/js/jquery-ui.js'}

    %script{:src => '/js/datetimepicker.js'}
    %script{:src => '/js/flot.js'}

    %script{:src => '/js/dash.js'}

  %body
    #header
      .wrap
        %h1
          %a{:href => '/'} Batsd Dash

    #content
      = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
batsd-dash-0.2.1 lib/views/layout.haml
batsd-dash-0.2.0 lib/views/layout.haml