Frans Bergman 7 жил өмнө
parent
commit
c1803a9231

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

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