noesya/osuny

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

Summary

Maintainability
Test Coverage
<%
blob = component.blob
return unless blob
%>
<% if list %>
<%= indentation %>- id: "<%= blob.id %>"
<% else %>
<%= indentation %><%= property %>:
<%= indentation %>  id: "<%= blob.id %>"
<% end %>
<%= indentation %>  file: "<%= blob.id %>"