Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. %table
  2. %tr
  3. %th Title,
  4. %th Description
  5. %th ID
  6.  
  7. - @foos.each do |foo|
  8. %tr
  9. %td= foo.title,
  10. %td= foo.description
  11. %td= foo.id
  12. %table
  13. %tr
  14. %th Title,
  15. %th Description
  16. %th ID
  17.  
  18. - @blargs.each do |blarg|
  19. %tr
  20. %td= blarg.title,
  21. %td= blarg.description
  22. %td= blarg.id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement