noesya/osuny

View on GitHub
app/views/admin/communication/blocks/components/rich_text/_static.html.erb

Summary

Maintainability
Test Coverage
<% if list %>
<%= indentation %>- <%= property %>: >-
<%= indentation %>    <%= prepare_html_for_static value %>
<% else %>
<%= indentation %><%= property %>: >-
<%= indentation %>  <%= prepare_html_for_static value %>
<% end %>