Sha256: 86670cddaca8ce594822d58bff37b06663e42037730b8416df4d3c3435e8668b

Contents?: true

Size: 371 Bytes

Versions: 6

Compression:

Stored size: 371 Bytes

Contents

<!-- Woopra Code Start -->
<script type="text/javascript" src="//static.woopra.com/js/woopra.v2.js"></script>
<script type="text/javascript">
<% if signed_in? %>
woopraTracker.addVisitorProperty("name", '<%= current_user.name %>');
woopraTracker.addVisitorProperty("email", '<%= current_user.email %>');
<% end %>
woopraTracker.track();
</script>
<!-- Woopra Code End -->

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
headstart-0.11.2 generators/headstart/templates/_woopra.html.erb
headstart-0.11.1 generators/headstart/templates/_woopra.html.erb
headstart-0.9.2 generators/headstart/templates/_woopra.html.erb
headstart-0.9.1 generators/headstart/templates/_woopra.html.erb
headstart-0.9.0 generators/headstart/templates/_woopra.html.erb
headstart-0.8.0 generators/headstart/templates/_woopra.html.erb