actually add the guid into the layouts [ci skip]

This commit is contained in:
danielgrippi 2012-05-30 16:34:29 -07:00
parent ca492b407c
commit 9e42d4386f
3 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,7 @@ module AnalyticsHelper
end
end
def mixpanel_guid_block
def include_mixpanel_guid
return unless current_user
include_analytics "mixpanel" do
javascript_tag do

View file

@ -77,3 +77,4 @@
= image_tag 'branding/powered_by_diaspora.png', :height => "11px", :width => "145px"
= include_chartbeat
= include_mixpanel_guid

View file

@ -65,3 +65,4 @@
= include_chartbeat
= include_mixpanel_guid