Sha256: 6750aeb858f87c2e01b64cff029c6546173ffa53fcb110c9a9b3f135fc7c359e

Contents?: true

Size: 509 Bytes

Versions: 2

Compression:

Stored size: 509 Bytes

Contents

<%= javascript_tag do %>
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', '<%= ::BrighterPlanetLayout.google_analytics_ua_number %>']);
  _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);
  })();
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brighter_planet_layout-0.2.25 app/views/layouts/_google_analytics.html.erb
brighter_planet_layout-0.2.24 app/views/layouts/_google_analytics.html.erb