Skip to content

Instantly share code, notes, and snippets.

@briandoll
Created November 28, 2008 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandoll/30095 to your computer and use it in GitHub Desktop.
Save briandoll/30095 to your computer and use it in GitHub Desktop.
<h3><a href='<%= @link %>'><%= @title %>:</a></h3>
<small>The most recent 5 entries:</small><br/>
<% @items.each do |item| %>
<li><strong><a href='<%= item.link %>'><%= item.title %></a></strong> - <small>(<%= item.date.strftime('%m/%d/%Y') %>)</small>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment