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