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

5 lines
146 B
Text
Raw Normal View History

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