Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <% @posts.each do |post| %>
- <h2><%= link_to post.title, post %></h2>
- <p><%= post.content %></p>
- <p>
- <%= link_to "Edit", edit_post_path(post) %>
- <%= link_to "Delete", post, :confirm => "Delete the post?", :method => :delete %>
- </p>
- <hr />
- <% end %>
Advertisement
Add Comment
Please, Sign In to add comment