Sha256: a9bec56941334821e556ee4d907af0ceb00e2e0d7a1951ce2fb12c3ee29fd9a6

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

<% para_all.each_with_index do |paragraph,index| %>
    <div id="<%= "feature_#{index}"%>">
      <div class="ind"><%= index %></div>
      <% if paragraph.title.present? %>
          <h3><%= paragraph.title %></h3>
      <% end %>
      <div class="cnt"><%= 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.html.erb
c80_features-0.1.0 app/views/c80_features/_features_block.html.erb