Sha256: a50c2adb63350b786519b050d1c3f259fb0277f1af191eaec76c0a0431bc2808
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 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", :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
winton-sum-0.1.0 | lib/sum/view/layout.haml |