lespoupeesrusses/promethee

View on GitHub
app/views/promethee/components/text/_show.html.erb

Summary

Maintainability
Test Coverage
<%
body = component[:attributes].dig(:body, :value)&.to_s&.html_safe
%>
<div  class="<%= promethee_class_for component %>"
      id="<%= promethee_id_for component %>">
  <div class="promethee__component__row">
    <div class="promethee__component__content">
        <%= body %>
    </div>
  </div>
</div>