Frans Bergman 7 anni fa
parent
commit
c1803a9231
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      app/views/users/_user.html.erb

+ 4 - 0
app/views/users/_user.html.erb

@@ -0,0 +1,4 @@
+<%= link_to user do %>
+  <%= image_tag user.picture.tiny %>
+  <%= user.name %>
+<% end %>