diff --git a/app/views/communities/show.html.erb b/app/views/communities/show.html.erb index 886c99351..6cb0f6c31 100644 --- a/app/views/communities/show.html.erb +++ b/app/views/communities/show.html.erb @@ -44,10 +44,12 @@ + + <% @participants.each do |participant| %>
- <%= image_tag("avatar_admin.png", size: 32, class: "admin-avatar float-left") %> + <%= avatar_image( participant, seed: participant.id, size: 32, class: 'author-photo') %>
<%= link_to participant.name, user_path(participant)%>