_user.html.erb 89 B

1234
  1. <%= link_to user do %>
  2. <%= image_tag user.picture.tiny %>
  3. <%= user.name %>
  4. <% end %>