Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created February 1, 2009 19:41
Show Gist options
  • Save sprite2005/55961 to your computer and use it in GitHub Desktop.
Save sprite2005/55961 to your computer and use it in GitHub Desktop.
.Album
%table
- @albums.each_with_index do |album, i|
- if i % 3 == 0
%tr
%td
= link_to image_tag(album.cover_photo_url(:thumb), :class => "polaroid"), user_album_path(album.user, album)
.caption
= link_to album.name, user_album_path(album.user, album)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment