Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <% items.each do |item| %>
- <section id="collections-services" class="post-<%= item.id %> uvalib_service type-uvalib_service service item tag-item">
- <h2 class="service-title item-title"><%= item.title %></h2>
- <div class="service-info clearfix">
- <div class="collection-description item-description">
- <%= item.content %>
- <div class="service-sections">
- <% items.children.each do |child| %>
- <div class="service-section">
- <h4 class="service-heading"><%= child.title %></h4>
- <%= child.content %>
- </div>
- <% end %>
- </div>
- </div>
- </div>
- </section>
- <% end %>
Advertisement
Add Comment
Please, Sign In to add comment