diff --git a/app/helpers/comments_helper.rb b/app/helpers/comments_helper.rb index 7dbee522f..ff2a27902 100644 --- a/app/helpers/comments_helper.rb +++ b/app/helpers/comments_helper.rb @@ -16,12 +16,12 @@ module CommentsHelper [ commentable.user_id, commentable.second_user_id, - commentable.third_user_id + commentable.third_user_id, ].any? { |id| id == comment.user_id } end def get_ama_or_op_banner(commentable) - commentable.decorate.cached_tag_list_array.include?("ama") ? "ASK ME ANYTHING" : "OP" + commentable.decorate.cached_tag_list_array.include?("ama") ? "Ask Me Anything" : "Author" end def tree_for(comment, sub_comments, commentable)