mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
move google analytics to partial
This commit is contained in:
7
app/helpers/common_helper.rb
Normal file
7
app/helpers/common_helper.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module CommonHelper
|
||||
def render_google_analytics_code
|
||||
if Rails.env == "production" && SiteSetting.ga_tracking_code.present?
|
||||
render :partial => "common/google_analytics"
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user