mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Fix step description RTE images in report preview (#1888)
This commit is contained in:
parent
7272d838b6
commit
4fe3119bd2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 ql-editor">
|
||||
<% if strip_tags(step.description).present? %>
|
||||
<% if step.description.present? %>
|
||||
<%= custom_auto_link(step.prepare_for_report(:description),
|
||||
team: current_team,
|
||||
simple_format: false,
|
||||
|
|
Loading…
Reference in a new issue