Skip to content

Instantly share code, notes, and snippets.

@BBonifield
Created October 3, 2010 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BBonifield/608257 to your computer and use it in GitHub Desktop.
Save BBonifield/608257 to your computer and use it in GitHub Desktop.
<% if @item.item_images.any? %>
<% @item.item_images.each do |key, image| %>
<img src="<%= image.path %>" width="397" <% if key != 0 %>style="display:none"<% end %> />
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment