Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created February 4, 2010 16:28
Show Gist options
  • Save jdlich/294836 to your computer and use it in GitHub Desktop.
Save jdlich/294836 to your computer and use it in GitHub Desktop.
<% for home in homes do %>
<div>
<a href="<%= home.path %>">
<img src="<%= home.image_folder %>/thumbnail.jpg" alt="<%= home.thumbnail_alt_text %>" />
</a>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment