Enable Google Analitics
This commit is contained in:
parent
31dd7ce5de
commit
5e78856758
|
@ -35,3 +35,4 @@ html
|
|||
== yield :additional_scripts if content_for?(:additional_scripts)
|
||||
|
||||
== render '/layouts/scroller'
|
||||
== render 'layouts/counters' if Rails.env.production?
|
||||
|
|
|
@ -26,3 +26,4 @@ html
|
|||
== javascript_include_tag 'moment/ru.js', cache: 'moment'
|
||||
== javascript_include_tag 'angular-locale_ru-ru', cache: 'angular-locale'
|
||||
== yield :additional_scripts if content_for?(:additional_scripts)
|
||||
== render 'layouts/counters' if Rails.env.production?
|
||||
|
|
Loading…
Reference in New Issue