23 lines
524 B
Plaintext
23 lines
524 B
Plaintext
<div class="comment-body">
|
|
<div class="comment-info">
|
|
|
|
<%= avatar_image( participant, seed: participant.id, size: 32, class: 'author-photo') %>
|
|
|
|
<div class="comment-info">
|
|
|
|
<span class="user-name">
|
|
<%= link_to participant.name, user_path(participant)%>
|
|
</span>
|
|
|
|
<% if is_author?(@community, participant) %>
|
|
•
|
|
<span class="label round is-author">
|
|
<%= t("comments.comment.author") %>
|
|
</span>
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|