Sha256: cafd98946296381d3de56ce2498598e5a70c4de5ce258a159842af852ceb4c74

Contents?: true

Size: 937 Bytes

Versions: 2

Compression:

Stored size: 937 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/public.css', :type => 'text/css'}

    -# shitload of deps for a datepicker :( (TODO use d3 only)
    %link{:rel => 'stylesheet', :href => '/css/jquery-ui.css', :type => 'text/css'}
    %link{:rel => 'stylesheet', :href => '/css/datetimepicker.css', :type => 'text/css'}
    %script{:src => '/js/jquery.js'}
    %script{:src => '/js/jquery-ui.js'}
    %script{:src => '/js/datetimepicker.js'}

    -# D3 & NV
    %link{:rel => 'stylesheet', :href => '/css/d3.css', :type => 'text/css'}
    %script{:src => '/js/d3.js'}
    %script{:src => '/js/nv.d3.js'}

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

    #content
      = yield

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
batsd-dash-0.3.1 lib/views/layout.haml
batsd-dash-0.3.0 lib/views/layout.haml