diff --git a/app/views/answerbox/_comments.haml b/app/views/answerbox/_comments.haml index 437d8d8b..f2a4e53a 100644 --- a/app/views/answerbox/_comments.haml +++ b/app/views/answerbox/_comments.haml @@ -7,7 +7,8 @@ %div{ style: 'height: 0; width: 0' }= render 'modal/comment_smiles', comment: comment .media .pull-left - %img.comment__user-avatar.avatar-sm{ src: comment.user.profile_picture.url(:medium) } + %a{href: show_user_profile_path(username: comment.user.screen_name)} + %img.comment__user-avatar.avatar-sm{ src: comment.user.profile_picture.url(:medium) } .media-body %h6.media-heading.comment__user = user_screen_name comment.user