Skip to content

Instantly share code, notes, and snippets.

@levinotik
Created November 11, 2011 01:39
Show Gist options
  • Save levinotik/1356886 to your computer and use it in GitHub Desktop.
Save levinotik/1356886 to your computer and use it in GitHub Desktop.
<div>
<table>
<% @similar_artists.each do |artist| %>
<tr><td><%= image_tag(@artist_image, :alt => "artist image") %></td></tr>
<tr><td><%= artist %></td></tr>
</table>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment