Skip to content

Instantly share code, notes, and snippets.

@ethangunderson
Created February 1, 2010 01:59
Show Gist options
  • Select an option

  • Save ethangunderson/291392 to your computer and use it in GitHub Desktop.

Select an option

Save ethangunderson/291392 to your computer and use it in GitHub Desktop.
<% @posts.each do |post| %>
<span class='title'><%= post.title %></span>
<div class='post'><%= post.content %></div>
<span class='author'><%= post.author %></span>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment