Sha256: a794054036a9861dbe6fe9410be3058a3cd30956fc4ee5c31522d601ccdba600

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

!!! 1.1
%html
  %head
    %title
      Sum -
      = @title || "Simple budgeting"
    %link{ :href => "/image/favicon.png", :rel => "shortcut icon", :type => "image/png" }
    %link{ :href => "/style/facebox.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
    %link{ :href => "/style/print.css", :media => "print", :rel => "stylesheet", :type => "text/css" }
    %link{ :href => "/style/screen.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
    %link{ :href => "/style/sum.css?1", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
    /[if lt IE 8]
      %link{ :href => "/style/ie.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
  %body
    %a{ :href => 'http://github.com/winton/sum' }
      #ribbon
    #top
      %a{ :href => "/" }
        %img{ :border => 0, :src => '/image/top.png' }
    #body
      %div= yield
    #bot
      %img{ :src => '/image/bot.png' }
    %script{ :src => "/javascript/jquery-1.3.2.js", :type => "text/javascript" }
    %script{ :src => "/javascript/facebox.js", :type => "text/javascript" }
    %script{ :src => "/javascript/sum.js", :type => "text/javascript" }

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
winton-sum-0.1.1 lib/sum/view/layout.haml
sum-0.1.2 lib/sum/view/layout.haml
sum-0.1.1 lib/sum/view/layout.haml