Sha256: e508be7a3508f94cad55d609f5afb537b1a0a0064b006371b606f9c08d5f7364

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

<% para_all.each do |paragraph| %>
    <div style="background: transparent url(<%= image_path(paragraph.image.thumb_fill.url) %>) no-repeat 50% 0;">
      <h3><%= paragraph.title %></h3>
      <div><%= paragraph.content.html_safe %></div>
    </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_features-0.1.1 app/views/c80_features/_features_block_with_images.html.erb
c80_features-0.1.0 app/views/c80_features/_features_block_with_images.html.erb