- comment = comment_activitypage .block__content.flex.alternating-color data-user-id=(comment.user_id if comment.user_visible?) .flex__shrink.spacing-right = render partial: 'posts/post_container', locals: { post: comment.post, size: :thumb_tiny } .flex__grow => link_to "##{comment.post.id}", short_post_path(comment.post, anchor: "comment_#{comment.id}") | by span.hyphenate-breaks =< link_to_author(comment, false) br = friendly_time(comment.created_at)