<%= community_text(@community) %>

<%= community_title(@community) %>

<%= community_description(@community) %>

<%= render "topics/topics", topics: @topics %>
<%= paginate @topics %>
<% @participants.each do |participant| %>
<%= image_tag("avatar_admin.png", size: 32, class: "admin-avatar float-left") %>
<%= link_to participant.name, user_path(participant)%>  •  <%= t("comments.comment.author") %>
<%#= link_to participant.name, user_path(participant)%> <% end %>