<%= comment.user.username %> profile image <%= comment.user.name %> <% if comment.user.twitter_username.present? %> twitter <% end %> <% if comment.user.github_username.present? %> github <% end %> <%= render "comments/comment_date", decorated_comment: comment.decorate %>
<%= comment.safe_processed_html %>