Skip to content

Instantly share code, notes, and snippets.

@mrb
Created November 29, 2008 04:38
Show Gist options
  • Save mrb/30179 to your computer and use it in GitHub Desktop.
Save mrb/30179 to your computer and use it in GitHub Desktop.
<% Columnlog::Column.all.each do |column| %>
<div id="left" style="float:left;width:250px;padding:3px;margin:5px;">
<h1><%= column.name.capitalize %></h1>
<br/>
<% column.app.get(10).each do |post| %>
<b><%= post.body %></b><br/>
<i><%= post.posted_at %></i>
<p/>
<% end %>
</div>
<% end %>
<p style="clear:both;">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment