mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 06:56:01 +08:00
Convert a lot of :a => b to a: b and bring peace to the world
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
module CommonHelper
|
||||
def render_google_analytics_code
|
||||
if Rails.env == "production" && SiteSetting.ga_tracking_code.present?
|
||||
render :partial => "common/google_analytics"
|
||||
render partial: "common/google_analytics"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user