Sha256: d10aa0ee23cfc290f9929e9f6553bc4ab4f3c029f5b3c6c593ca0715f96a95b5

Contents?: true

Size: 886 Bytes

Versions: 5

Compression:

Stored size: 886 Bytes

Contents

!!! 5
%html
  %head
    %title= @title || "logstash" 
    %link{ :rel => "stylesheet", :href => "/style.css", :type => "text/css" }
    %link{ :rel => "stylesheet", :href => "/css/smoothness/jquery-ui-1.8.5.custom.css", :type => "text/css" }
    %script{ :src => "https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js", 
             :type => "text/javascript" }
%body
  #header
    =haml :header, :layout => false
  #content
    =yield
  #footer

  %script{ :src => "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js", 
           :type => "text/javascript" }
  %script{ :src => "js/jquery.tmpl.min.js", :type => "text/javascript" }
  %script{ :src => "js/jquery-hashchange-1.0.0.js", :type => "text/javascript" }
  %script{ :src => "js/flot/jquery.flot.js", :type => "text/javascript" }
  %script{ :src => "js/logstash.js", :type => "text/javascript" }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
logstash-lite-0.2.20110505142231 lib/logstash/web/views/layout.haml
logstash-lite-0.2.20110422152244 lib/logstash/web/views/layout.haml
logstash-lite-0.2.20110405105201 lib/logstash/web/views/layout.haml
logstash-lite-0.2.20110331121236 lib/logstash/web/views/layout.haml
logstash-lite-0.2.20110329105411 lib/logstash/web/views/layout.haml