From 3ca4061933fa7430b2c40dd115772808a0ebfe6d Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Wed, 16 Apr 2014 11:48:33 -0300 Subject: [PATCH] Adiciona código do Google Analytics --- app/views/layouts/admin.html.erb | 17 ++++++++++++----- app/views/layouts/application.html.erb | 16 +++++++++++----- app/views/layouts/login.html.erb | 16 +++++++++++----- 3 files changed, 34 insertions(+), 15 deletions(-) diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 3a82b53..301a363 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -1,8 +1,3 @@ - @@ -10,6 +5,18 @@ <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> + <% if Rails.env.production? %> + + <% end %> +