<%= link_to(resource) do %> <%= image_tag(resource.picture.url(:thumb)) if resource.picture? %> <%=h resource.name %> <% end %> <%= "Owned by "+resource.user.name if resource.user %>