DEV: Remove underscore from learn_more key in theme export

Follow up from 033cd4f3
This commit is contained in:
David Taylor 2019-01-28 16:00:33 +00:00
parent 024ba28525
commit fb5c94246c
2 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ class Theme < ActiveRecord::Base
end
end
meta[:_learn_more] = "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
meta[:learn_more] = "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
end
end

View File

@ -89,7 +89,7 @@ describe ThemeStore::TgzExporter do
"tertiary": "858585"
}
},
"_learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
)
expect(File.read("common/body_tag.html")).to eq("<b>testtheme1</b>")