More translation improvements

This commit is contained in:
Godwin
2015-09-01 21:54:53 -07:00
parent 880c7c188f
commit 5429aa3e71
29 changed files with 970 additions and 1042 deletions
+2 -2
View File
@@ -386,7 +386,7 @@ module ApplicationHelper
def m(*args)
_(*args) { |t|
markdown(t).html_safe
markdown(t)
}
end
@@ -404,7 +404,7 @@ module ApplicationHelper
disable_indented_code_blocks: true,
superscript: true
})
@markdown.render(content)
@markdown.render(content).html_safe
end
def paragraph(object, attribute = nil)