scinote-web/app/views/results/_result_text.html.erb
2017-01-19 15:27:24 +01:00

6 lines
216 B
Text

<div class="ql-editor">
<%= auto_link(smart_annotation_parser(result.result_text.text),
link: :urls,
sanitize: false,
html: { target: '_blank' }).html_safe %>
</div>