Guest User

Untitled

a guest
Sep 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1.  
  2. <!-- BEGINNING of CONTAINER here-->
  3. <div id="container">
  4. <div id="separator"><p>What People Are Saying</p></div>
  5. <div id="section">
  6. <table>
  7. <thead>
  8. <tr>
  9. <th><h2>Who?</h2></th>
  10. <th><h2>What they said?</h2></th>
  11. <th><h2></h2></th>
  12. <tr/>
  13. </thead>
  14. <div id="microposts">
  15. <tbody>
  16. <%= render @microposts%>
  17. </tbody>
  18. </div>
  19. </table>
  20. <%= will_paginate @microposts %>
  21. <div id="empty"></div>
  22. </div>
  23. </div>
  24.  
  25.  
  26. <!-- END of CONTAINER here-->
Add Comment
Please, Sign In to add comment