Guest User

Untitled

a guest
Aug 5th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <% items.each do |item| %>
  2. <section id="collections-services" class="post-<%= item.id %> uvalib_service type-uvalib_service service item tag-item">
  3. <h2 class="service-title item-title"><%= item.title %></h2>
  4. <div class="service-info clearfix">
  5. <div class="collection-description item-description">
  6. <%= item.content %>
  7. <div class="service-sections">
  8. <% items.children.each do |child| %>
  9. <div class="service-section">
  10. <h4 class="service-heading"><%= child.title %></h4>
  11. <%= child.content %>
  12. </div>
  13. <% end %>
  14. </div>
  15. </div>
  16. </div>
  17. </section>
  18. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment