mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 15:05:25 -05: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