noesya/osuny

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

Summary

Maintainability
Test Coverage
<%
array = value&.compact_blank
%>
<% if list %>
<%= indentation %>- <%= raw array %>
<% else %>
<%= indentation %><%= property %>: <%= raw array %>
<% end %>