Sha256: aa3a40c6758d87d7706ebec6a9fad94c143e69a3fe10c334e0cd6ea0125d0489

Contents?: true

Size: 858 Bytes

Versions: 9

Compression:

Stored size: 858 Bytes

Contents

!!!
%html
  %head
    %title #{@title}
    %meta(charset="UTF-8")
    %link{ :rel=> "Shortcut Icon", :href=> u('favicon.ico') }
    %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

9 entries across 9 versions & 2 rubygems

Version Path
tmin-0.1.6 views/layout.haml
tmin_test-0.0.5 views/layout.haml
tmin_test-0.0.4 views/layout.haml
tmin_test-0.0.3 views/layout.haml
tmin_test-0.0.2 views/layout.haml
tmin_test-0.0.1 views/layout.haml
tmin-0.1.5 views/layout.haml
tmin-0.1.4 views/layout.haml
tmin-0.1.3 views/layout.haml