yeyicheng

Untitled

May 6th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.       <title>Blog</title>
  5.     </head>
  6.     <body>
  7.         <h1>Our Blog</h1>
  8.         <hr />
  9.         <% @posts.each do |post| %>
  10.             <h2><%= post.title %></h2>
  11.             <p><%= post.content %></p>
  12.             <hr />
  13.         <% end %>
  14.     </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment