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

6 lines
196 B
Plaintext
Raw Normal View History

2016-11-16 22:30:14 +08:00
<div class="ql-editor">
<%= custom_auto_link(generate_image_tag_from_token(result.result_text.text),
simple_format: false,
tags: %w(img)) %>
2016-11-16 22:30:14 +08:00
</div>