Sha256: aea547df44b631db18160b903436184f6285236174ce1fe49dc961a001a9c01e

Contents?: true

Size: 1.45 KB

Versions: 8

Compression:

Stored size: 1.45 KB

Contents

!!!
%html{:lang => 'en'}
  %head
    %title #{@title}
    %meta{:charset => 'utf-8'}
    %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1'}
    %meta{:name => 'viewport', :content => 'width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0'}
    = csrf_meta_tag
    <!--[if ! lte IE 7]><!-->
    %link{:rel => 'stylesheet', :href => '/stylesheets/application.css'}
    <!--<![endif]-->
    /[if lte IE 7]
      %link{:rel => 'stylesheet', :href => 'http://universal-ie6-css.googlecode.com/files/ie6.0.3.css'}
    /[if IE]
      %script{:src => 'http://html5shiv.googlecode.com/svn/trunk/html5.js'}

  %body{:class => page_class}
    = yield

    <!--[if ! lte IE 7]><!-->
    %script{:src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'}
    %script{:src => '/javascripts/application.js'}
    <!--<![endif]-->
    /[if lte IE 8]
      //%script{:src => 'http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js'}

    / Google Analytics | Don't forget to include your tracking number!!!!
    %script var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); _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'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);})();

Version data entries

8 entries across 7 versions & 3 rubygems

Version Path
patcito-ricogen-0.3 templates/application.html.haml
ricogen-0.5 templates/application.html.haml
ricogen-0.4 templates/application.html.haml
ricogen-0.3 test_app/app/views/layouts/application.html.haml
ricogen-0.3 templates/application.html.haml
ricogen-0.2 templates/application.html.haml
ricogen-0.1 templates/application.html.haml
hamgen-0.1 templates/application.html.haml