AyuntamientoMadrid/participacion

View on GitHub
app/components/machine_learning/comments_summary_component.html.erb

Summary

Maintainability
Test Coverage
<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>