Sha256: 532aabd8200ac6271bdd641e0ed37a011fc0d09124c0896bea099a2d8e5c02f6

Contents?: true

Size: 796 Bytes

Versions: 2

Compression:

Stored size: 796 Bytes

Contents

!!!
%html
  %head
    %title #{@title}
    %meta(charset="UTF-8")
    %link{ :rel => "stylesheet", :href => u('reset.css') }
    %link{ :rel => "stylesheet", :href => u('style.css') }
    %script{ :type => "text/javascript", :src => u('jquery-1.4.2.min.js') }

  :javascript
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-30261711-1']);
    _gaq.push(['_trackPageview']);

    (function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  %body
    .header
      %h1= @title

    #main
      = yield

    #footer
      %p

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tmin-0.1.2 views/layout.haml
tmin-0.1.1 views/layout.haml