Sha256: b5bddf6f4281500dd35f99c3bbf69811a7d863a317fd0adec02a21a721dfa494

Contents?: true

Size: 454 Bytes

Versions: 11

Compression:

Stored size: 454 Bytes

Contents

:javascript
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', "#{@blog.google_analytics}"]);
  _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);
  })();

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
almanac-0.9.2 app/views/layouts/almanac/_ga.html.haml
almanac-0.9.1 app/views/layouts/almanac/_ga.html.haml
almanac-0.9.0 app/views/layouts/almanac/_ga.html.haml
almanac-0.8.0 app/views/layouts/almanac/_ga.html.haml
almanac-0.7.4 app/views/layouts/almanac/_ga.html.haml
almanac-0.7.3 app/views/layouts/almanac/_ga.html.haml
almanac-0.7.2 app/views/layouts/almanac/_ga.html.haml
almanac-0.7.1 app/views/layouts/almanac/_ga.html.haml
almanac-0.6.1 app/views/layouts/almanac/_ga.html.haml
almanac-0.6.0 app/views/layouts/almanac/_ga.html.haml
almanac-0.5.3 app/views/layouts/almanac/_ga.html.haml