From f3e568d3c1969495f3efe84c97e245611d6fdff3 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Wed, 30 May 2012 14:00:25 -0700 Subject: [PATCH] actually include mixpanel. durr [ci skip] --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index d5863e2d6..845eda0cd 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -20,6 +20,7 @@ = page_title yield(:page_title) = chartbeat_head_block + = include_mixpanel = include_base_css_framework = stylesheet_link_tag 'login', 'application', 'default'