noesya/osuny

View on GitHub
app/views/admin/communication/blocks/templates/timeline/_snippet.html.erb

Summary

Maintainability
Test Coverage
<% block.template.elements.each do |element| %>
  <div class="mb-4">
    <p class="mb-0"><b><%= sanitize element.title %></b></p>
    <%= sanitize element.text %>
  </div>
<% end %>