Fix step description RTE images in report preview (#1888)

This commit is contained in:
aignatov-bio 2019-07-08 15:23:44 +02:00 committed by GitHub
parent 7272d838b6
commit 4fe3119bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,