Files
grecia/app/components/machine_learning/comments_summary_component.html.erb
2021-08-16 16:31:04 +02:00

9 lines
225 B
Plaintext

<div class="machine-learning-comments-summary">
<p>
<%= render MachineLearning::InfoComponent.new %>
<strong><%= t("machine_learning.comments_summary") %></strong>
</p>
<p><%= simple_format(body) %></p>
</div>