FIX markdown hotlinked images were not properly pulled

This commit is contained in:
Régis Hanol
2013-11-20 13:10:08 +01:00
parent 37267f36a6
commit 31fd5b85bc
7 changed files with 96 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
module CommonHelper
def render_google_analytics_code
if Rails.env == "production" && SiteSetting.ga_tracking_code.present?
if Rails.env == "production" && SiteSetting.ga_tracking_code.present?
render partial: "common/google_analytics"
end
end

View File

@@ -1,2 +0,0 @@
module ComposerMessagesHelper
end