<%= link_to(reply.author.avatar(64), reply.author, title: reply.author.ign) %> <%= render partial: "users/username", locals: { user: reply.author } %> <%= link_to "#reply-#{reply.id}" do %> <%= ago reply.created_at %> <% end %> <%= link_to "edit", edit_message_messagereply_path(reply.message, reply), class: "editlink" if mod? || reply.author.is?(current_user) %>
<%= render_md(reply.text).html_safe %>