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

7 lines
225 B
Plaintext
Raw Normal View History

2016-11-16 22:30:14 +08:00
<div class="ql-editor">
2019-04-26 23:37:01 +08:00
<%= custom_auto_link(result.result_text.tinymce_render(:text),
simple_format: false,
tags: %w(img),
team: current_team) %>
2016-11-16 22:30:14 +08:00
</div>