From badf65092b376f207f03d1582d6f6fe4e2a02403 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 29 Dec 2011 18:56:25 +0100 Subject: [PATCH] analytics --- app/views/layouts/public.html.haml | 2 +- app/views/public/shared/_ga.html.erb | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 app/views/public/shared/_ga.html.erb diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 9017321..bc407f8 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -15,7 +15,7 @@ = stylesheet_link_tag 'public' - + =render :partial => "public/shared/ga" %body diff --git a/app/views/public/shared/_ga.html.erb b/app/views/public/shared/_ga.html.erb new file mode 100644 index 0000000..59cfe4a --- /dev/null +++ b/app/views/public/shared/_ga.html.erb @@ -0,0 +1,13 @@ + \ No newline at end of file