Skip to content

Instantly share code, notes, and snippets.

@konk3r
Created July 19, 2013 06:29
Show Gist options
  • Save konk3r/6037083 to your computer and use it in GitHub Desktop.
Save konk3r/6037083 to your computer and use it in GitHub Desktop.
1 <%= render :partial => 'comic_thumb', :collection => @comics %>
Partial:
1 <%= "Name: #{comic_thumb.name}" %> <br />
2 <%= image_tag comic_thumb.image_strip.url(:thumb) %> <br />
3 <%= "Description: #{comic_thumb.description}" %> <br />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment