2022-05-27 19:26:40 +08:00
|
|
|
<div class="report-element report-step-attachment-element report-step-text-element">
|
|
|
|
<div class="report-element-body">
|
|
|
|
<% if step_text.text.present? %>
|
2023-10-03 15:31:13 +08:00
|
|
|
<%= custom_auto_link(step_text.prepare_for_report(:text),
|
|
|
|
team: current_team,
|
|
|
|
simple_format: false,
|
|
|
|
tags: %w(img),
|
|
|
|
base64_encoded_imgs: export_all) %>
|
2022-05-27 19:26:40 +08:00
|
|
|
<% else %>
|
|
|
|
<em><%= t('projects.reports.elements.step.no_description') %></em>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<% if defined?(children) %>
|
|
|
|
<div class="report-element-children">
|
|
|
|
<%= children %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
</div>
|