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

<%=h resource.name %>

<% end %>