Skip to content

Instantly share code, notes, and snippets.

@dLobatog
Created March 18, 2012 10:01
Embed
What would you like to do?
<% if user.has_image %>
<td><%= image_tag(user.img, :size => "10x10") %></td>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment