Sha256: f8007c2ea4aaf8ad22c57b305128832073cfe3756022171f1541f01b40559175

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 Bytes

Contents

<% para_all.each_with_index do |paragraph,index| %>
    <div id="<%= "feature_#{index+1}"%>">
      <div class="ind"><%= index+1 %></div>
      <% if paragraph.title.present? %>
          <h3><%= paragraph.title %></h3>
      <% end %>
      <div class="cnt"><%= paragraph.content.html_safe %></div>
    </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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