Sha256: d359e8140698facd68ae5ec6bf53241e0d906d8a12322e9c7dc0eca663cead25

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

<% para_all.each_with_index do |paragraph,index| %>
    <div id="<%= "feature_#{index+1}"%>" style="background: transparent url(<%= image_path(paragraph.image.url) %>) no-repeat 50% 0;">
      <% if paragraph.title.present? %>
          <h3><%= paragraph.title %></h3>
      <% end %>
      <div class="cnt"><%= paragraph.content.html_safe %></div>
    </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_features-0.1.3.2 app/views/c80_features/_features_block_with_images2.html.erb
c80_features-0.1.3.1 app/views/c80_features/_features_block_with_images2.html.erb
c80_features-0.1.3 app/views/c80_features/_features_block_with_images2.html.erb