scinote-web/app/views/results/_result_text.html.erb

7 lines
247 B
Text
Raw Normal View History

2016-11-16 22:30:14 +08:00
<div class="ql-editor">
<%= auto_link(smart_annotation_parser(simple_format(sanitize_input(result.result_text.text))),
link: :urls,
sanitize: false,
html: { target: '_blank' }).html_safe %>
2016-11-16 22:30:14 +08:00
</div>